ArcObjects Library Reference (GeoDatabase)  

IRasterCursor.TopLeft Property

The offset of the current PixelBlock.

[Visual Basic .NET]
Public ReadOnly Property TopLeft As IPnt
[C#]
public IPnt TopLeft {get;}
[C++]
HRESULT get_TopLeft(
  IPnt** val
);
[C++]

Parameters

val [out, retval]

  val is a parameter of type IPnt

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCursor Interface