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


IRawPixels.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 > IRawPixels Interface > IRawPixels.Read Method
ArcGIS Developer Help

IRawPixels.Read Method

Read a block of pixels starting from tlc (top left corner).

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

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

Product Availability

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

See Also

IRawPixels Interface