RasterCursor Class Members
In This Topic
The following tables list the members exposed by RasterCursor.
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetTopLeft | Gets the x and y offsets (in pixels) of the top left corner of the current PixelBlock. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | MoveNext | Advances to the next PixelBlock. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Reset | Resets this RasterCursor to its original state, i.e. to the beginning of the raster it was created from. This method must be called on the MCT. Use QueuedTask.Run. |
Top
See Also