public void Write( int topLeftCornerX, int topLeftCornerY, PixelBlock pixelBlock )
Public Sub Write( _ ByVal topLeftCornerX As Integer, _ ByVal topLeftCornerY As Integer, _ ByVal pixelBlock As PixelBlock _ )
Parameters
- topLeftCornerX
- Top-left corner x offset.
- topLeftCornerY
- Top-left corner y offset.
- pixelBlock
- The PixelBlock to be written.