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


IPixelBlockCursor.NextBlock 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.NextBlock Method
ArcGIS Developer Help

IPixelBlockCursor.NextBlock Method

Obtains the next pixel block from the cursor.

[Visual Basic .NET]
Public Function NextBlock ( _
    ByRef pLeft As Integer, _
    ByRef pTop As Integer, _
    ByRef pSizeX As Integer, _
    ByRef pSizeY As Integer _
) As IPixelBlock
[C#]
public IPixelBlock NextBlock (
    ref int pLeft,
    ref int pTop,
    ref int pSizeX,
    ref int pSizeY
);
[C++]
HRESULT NextBlock(
  System.Int32* pLeft,
  System.Int32* pTop,
  System.Int32* pSizeX,
  System.Int32* pSizeY
);
[C++]
Parameters
pLeft [in, out]

pLeft is a parameter of type long* pTop [in, out]
pTop is a parameter of type long* pSizeX [in, out]
pSizeX is a parameter of type long* pSizeY [in, out]
pSizeY is a parameter of type long*

Product Availability

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

See Also

IPixelBlockCursor Interface