Unicode Controls & Classes for VB6 - Version 4

clsGpBitmap.GetPixel_Color Function

Gets the color at the given coordinate

Syntax
Public Function GetPixel_Color (ByVal x As Long, _
ByVal y As Long) As clsGpColor
Parameters
Parameter Description
ByVal x As Long The source X coordinate
ByVal y As Long The source Y coordinate
Remarks