This document is archived and information here might be outdated. Recommended version. |
Cancel the current job.
[Visual Basic .NET]
Public Sub GetTileRangeX ( _
ByRef pTileXMin As Integer, _
ByRef pTileXMax As Integer _
)
[C#]
public void GetTileRangeX (
ref int pTileXMin,
ref int pTileXMax
);
[C++]
HRESULT GetTileRangeX(
System.Int32* pTileXMin,
System.Int32* pTileXMax
);
[C++] Parameters pTileXMin [out]
pTileXMin is a parameter of type long* pTileXMax [out]
pTileXMax is a parameter of type long*