This document is archived and information here might be outdated. Recommended version. |
Reads a pixel block starting from the top left corner.
[Visual Basic .NET] Public Sub Read ( _ ByVal pTlc As IPnt, _ ByVal pRaster As IRaster, _ ByVal pReferenceRaster As IRaster, _ ByVal pPixelBlock As IPixelBlock _ )
[C#] public void Read ( IPnt pTlc, IRaster pRaster, IRaster pReferenceRaster, IPixelBlock pPixelBlock );
[C++]
HRESULT Read(
IPnt* pTlc,
IRaster* pRaster,
IRaster* pReferenceRaster,
IPixelBlock* pPixelBlock
);
[C++] Parameters pTlc [in]
pTlc is a parameter of type IPnt* pRaster [in]
pRaster is a parameter of type IRaster* pReferenceRaster [in]
pReferenceRaster is a parameter of type IRaster* pPixelBlock [in]
pPixelBlock is a parameter of type IPixelBlock*