This document is archived and information here might be outdated. Recommended version. |
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*