Unicode Controls & Classes for VB6 - Version 4

clsGpBitmap.GetPixel_RawColor Function

Gets the ARGB color at the given coordinate (use the [clsGpSession] class for conversion functions)

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