public PixelBlock CreatePixelBlock( int width, int height )
Public Function CreatePixelBlock( _ ByVal width As Integer, _ ByVal height As Integer _ ) As PixelBlock
Parameters
- width
- Width of the pixel block to create.
- height
- Height of the pixel block to create.
Return Value
A PixelBlock of the given width and height.