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


IPixelBlockCursor.NextBlock Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long* pLeft,
  long* pTop,
  long* pSizeX,
  long* pSizeY,
  IPixelBlock** ppPixelBlock
);
[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 ppPixelBlock [out, retval]
ppPixelBlock is a parameter of type IPixelBlock

Product Availability

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

See Also

IPixelBlockCursor Interface