Unicode Controls & Classes for VB6 - Version 4
clsGpBitmap
.SetPixel_RawColor Method
Sets a ARGB color to the given coordinate
Syntax
Public Sub SetPixel_RawColor (ByVal
x
As Long, _
ByVal
y
As Long, _
ByVal
ARGB
As Long)
Parameters
Parameter
Description
ByVal
x
As Long
The destination X coordinate
ByVal
y
As Long
The destination Y coordinate
ByVal
ARGB
As Long
The ARGB color (use the [
clsGpSession
] class for conversion functions)
Remarks