public RasterCursor CreateCursor( int blockWidth, int blockHeight )
Public Function CreateCursor( _ ByVal blockWidth As Integer, _ ByVal blockHeight As Integer _ ) As RasterCursor
Parameters
- blockWidth
- Width of the pixel block in the raster cursor.
- blockHeight
- Height of the pixel block in the raster cursor.
Return Value
The RasterCursor for optimized access to raster pixels.