Eyeshot 10 WinForms API Reference
SetPixel Method

WinForms Assembly > devDept.Geometry Namespace > LockBitmap Class : SetPixel Method
Set the color of the specified pixel
Syntax
'Declaration
 
Public Sub SetPixel( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal color As Color _
) 
public void SetPixel( 
   int x,
   int y,
   Color color
)

Parameters

x
y
color
See Also

Reference

LockBitmap Class
LockBitmap Members