Gets the color of a specified pixel in a GdPicture image.
public Color PixelGetColor( int ImageID, int SrcLeft, int SrcTop );
Public Function PixelGetColor( ByVal ImageID As Integer, ByVal SrcLeft As Integer, ByVal SrcTop As Integer ) As Color
|
Parameters |
Description |
|
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. |
Color. Color Object. You can build a Color Object using the ARGB() function. Color of the selected pixel.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|