Unicode Controls & Classes for VB6 - Version 4
clsGpGraphics
.DrawPixel Function
Draws a pixel at specified coordinates
Syntax
Public Function DrawPixel (ByVal
x
As Long, _
ByVal
y
As Long, _
ByRef
Brush
As
clsGpBrush
) As
GpStatus
Parameters
Parameter
Description
ByVal
x
As Long
The destination X
ByVal
y
As Long
The destination Y
ByRef
Brush
As
clsGpBrush
The brush to use
Remarks