This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRaster Interface > IRaster.Read Method (ArcObjects .NET 10.4 SDK) |
Read a block of pixels starting from the top left corner.
[Visual Basic .NET] Public Sub Read ( _ ByVal tlc As IPnt, _ ByVal block As IPixelBlock _ )
[C#] public void Read ( IPnt tlc, IPixelBlock block );
[C++]
HRESULT Read(
IPnt* tlc,
IPixelBlock* block
);
[C++]
Parameters tlc [in]
tlc is a parameter of type IPnt block [in]
block is a parameter of type IPixelBlock