NevronOpenVision
Nevron.Nov.Graphics Namespace / NRaster Class / GetPixel Method
X coordinate of the source pixel.
Y coordinate of the source pixel.
In This Topic
    GetPixel Method
    In This Topic
    Gets the color of the pixel at the specified coordinates.
    Syntax
    public NColor GetPixel( 
       System.int x,
       System.int y
    )

    Parameters

    x
    X coordinate of the source pixel.
    y
    Y coordinate of the source pixel.

    Return Value

    Returns the color of the specified pixel.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also