Unicode Controls & Classes for VB6 - Version 4
clsGpBitmap
.SetPixel_Color Function
Sets a color to the given coordinate
Syntax
Public Function SetPixel_Color (ByVal
x
As Long, _
ByVal
y
As Long, _
ByRef
oColor
As
clsGpColor
)
Parameters
Parameter
Description
ByVal
x
As Long
The destination X coordinate
ByVal
y
As Long
The destination Y coordinate
ByRef
oColor
As
clsGpColor
The color
Remarks