Sets the pixel at the specified coordinates to the closest approximation of the specified color. The point must be in the clipping region and the visible part of the device surface.
シンタックス
'宣言
Public Sub SetPixel( _
ByVal As System.Drawing.Color, _
ByVal As System.Drawing.Point _
)
public void SetPixel(
System.Drawing.Color ,
System.Drawing.Point
)
パラメータ
- color
- Specifies the color to be used to paint the point.
- point
- Specifies the coordinate, in logical units, of the point to be set.
参照