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