PixelSetColorI Method (GdPictureImaging)
Sets the color of a specified pixel in a GdPicture image.
public function PixelSetColorI(
: Integer;
: Integer;
: Integer;
: Integer
): GdPictureStatus;
public function PixelSetColorI(
: int,
: int,
: int,
: int
) : GdPictureStatus;
'Declaration
Public Function PixelSetColorI( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier.
- DstLeft
- Value that specifies the x-coordinate (column) of the pixel.
- DstTop
- Value that specifies the y-coordinate (row) of the pixel.
- PixelColor
- The color to apply, as 32-bit integer value. A suitable color value can be obtained by using the ARGBI() method.
Return Value
A member of the GdPictureStatus enumeration.