ArcObjects Library Reference (DataSourcesRaster)  

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