See Also Examples Applies To
Sets the 32-bit Color (ARGB) of a specified pixel in this image.
Syntax
object.PixelSetColor (nDstLeft, nDstTop, nARGBColor)
The PixelSetColor syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nDstLeft | Required. Long. Value that specifies the x-coordinate (column) of the pixel. |
| nDstTop | Required. Long. Value that specifies the y-coordinate (row) of the pixel. |
| nARGBColor | Required. Long. 32-bit Color (ARGB) of the selected pixel. |
Returns
Long. GdPictureStatus
Category
Pixel Access Functions