Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / LockBitmap Class / SetPixel Method

In This Topic
    SetPixel Method
    In This Topic
    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