'Declaration Public MustOverride Sub UpdatePixelFrom( _ ByVal column As Integer, _ ByVal row As Integer, _ ByVal pixel As ImGearPixel _ )
'Usage Dim instance As ImGearDIB Dim column As Integer Dim row As Integer Dim pixel As ImGearPixel instance.UpdatePixelFrom(column, row, pixel)
Parameters
- column
- X coordinate of pixel.
- row
- Y coordinate of pixel.
- pixel
- New value for the pixel.