ArcGIS Pro 2.6 API Reference Guide
GetTopLeft Method

ArcGIS.Core.Data.Raster Namespace > RasterCursor Class : GetTopLeft Method
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.
Syntax
public Tuple<int,int> GetTopLeft()
Public Function GetTopLeft() As Tuple(Of Integer,Integer)

Return Value

A tuple containing two integer values representing the top left corner x offset and y offset respectively.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterCursor Class
RasterCursor Members