'Declaration
Public Function PixelGetColor( _ ByVal ImageID As Integer, _ ByVal SrcLeft As Integer, _ ByVal SrcTop As Integer _ ) As GdPictureColor
public GdPictureColor PixelGetColor( int ImageID, int SrcLeft, int SrcTop )
public function PixelGetColor( ImageID: Integer; SrcLeft: Integer; SrcTop: Integer ): GdPictureColor;
public function PixelGetColor( ImageID : int, SrcLeft : int, SrcTop : int ) : GdPictureColor;
public: GdPictureColor PixelGetColor( int ImageID, int SrcLeft, int SrcTop )
public: GdPictureColor PixelGetColor( int ImageID, int SrcLeft, int SrcTop )
Parameters
- ImageID
- GdPicture image identifier.
- SrcLeft
- Value that specifies the x-coordinate (column) of the pixel.
- SrcTop
- Value that specifies the y-coordinate (row) of the pixel.
Return Value
The pixel color, as Color object.