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

In This Topic
    GetPixel Method (LockBitmap)
    In This Topic
    Get the color of the specified pixel
    Syntax
    'Declaration
     
    Public Function GetPixel( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As Color
    public Color GetPixel( 
       int x,
       int y
    )

    Parameters

    x
    y

    Return Value

    See Also