Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / BackgroundSettings Class / GetPixelColor Method

In This Topic
    GetPixelColor Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetPixelColor( _
       ByVal bitmap As BitmapSource, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As Color
    public static Color GetPixelColor( 
       BitmapSource bitmap,
       int x,
       int y
    )

    Parameters

    bitmap
    x
    y
    See Also