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


IPixelBlockCursor.InitByRawPixels Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlockCursor Interface > IPixelBlockCursor.InitByRawPixels Method
ArcGIS Developer Help

IPixelBlockCursor.InitByRawPixels Method

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

Product Availability

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

See Also

IPixelBlockCursor Interface