'宣言 Public Overridable Function GetPixel( _ ByVal point As System.Drawing.Point _ ) As System.Drawing.Color
public virtual System.Drawing.Color GetPixel( System.Drawing.Point point )
パラメータ
- point
- Specifies the coordinate, in logical units, of the pixel to be examined.
戻り値の型
The return value is the RGB value of the pixel. If the pixel is outside of the current clipping region, the return value is Color.Empty.