This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlockCursor Interface > IPixelBlockCursor.InitByRawPixels Method (ArcObjects .NET 10.4 SDK) |
Initializes the cursor by the raw pixel interface.
[Visual Basic .NET] Public Sub InitByRawPixels ( _ ByVal pRowPixels As IRawPixels, _ ByVal BlockSizeX As Integer, _ ByVal BlockSizeY As Integer _ )
[C#] public void InitByRawPixels ( IRawPixels pRowPixels, int BlockSizeX, int BlockSizeY );
[C++]
HRESULT InitByRawPixels(
IRawPixels* pRowPixels,
long BlockSizeX,
long BlockSizeY
);
[C++]
Parameters pRowPixels [in]
pRowPixels is a parameter of type IRawPixels BlockSizeX [in] BlockSizeX is a parameter of type long BlockSizeY [in] BlockSizeY is a parameter of type long