This document is archived and information here might be outdated.  Recommended version.


IRawPixelReader.Read Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRawPixelReader Interface > IRawPixelReader.Read Method
ArcGIS Developer Help

IRawPixelReader.Read Method

Reads a pixel block.

[Visual Basic .NET]
Public Sub Read ( _
    ByVal tlc As IPnt, _
    ByVal pPixelBlock As IPixelBlock _
)
[C#]
public void Read (
    IPnt tlc,
    IPixelBlock pPixelBlock
);
[C++]
HRESULT Read(
  IPnt* tlc,
  IPixelBlock* pPixelBlock
);
[C++]
Parameters
tlc [in]

tlc is a parameter of type IPnt* pPixelBlock [in]
pPixelBlock is a parameter of type IPixelBlock*

Product Availability

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

Remarks

The argument tlc is the top left corner of the pixel block.

See Also

IRawPixelReader Interface