This document is archived and information here might be outdated. Recommended version. |
Cancel the current job.
[Visual Basic .NET]
Public Sub SetTileRangeX ( _
ByVal tileXMin As Integer, _
ByVal tileXMax As Integer _
)
[C#]
public void SetTileRangeX (
int tileXMin,
int tileXMax
);
[C++]
HRESULT SetTileRangeX(
long tileXMin,
long tileXMax
);
[C++] Parameters tileXMin [in]
tileXMin is a parameter of type long tileXMax [in]
tileXMax is a parameter of type long