'Declaration Public MustOverride Function GetPixelCopy( _ ByVal column As Integer, _ ByVal row As Integer _ ) As ImGearPixel
'Usage Dim instance As ImGearDIB Dim column As Integer Dim row As Integer Dim value As ImGearPixel value = instance.GetPixelCopy(column, row)
public abstract ImGearPixel GetPixelCopy( int column, int row )
public: abstract ImGearPixel* GetPixelCopy( int column, int row )
public: abstract ImGearPixel^ GetPixelCopy( int column, int row )
Parameters
- column
- X coordinate of requested pixel.
- row
- Y coordinate of requested pixel.
Return Value
ImGearPixel class instance.