rotate
Use this method to set the current on-screen rotation for the currently displayed drawing or document.
Syntax
RxCore.rotate(cycle, szrotatetool)
Parameters
cycle
: boolean — Iftrue
, the rotation will be set to the current rotation + 90 degrees.szrotatetool
: string — A fixed rotation value in degrees. Values are'0'
,'90'
,'180'
, or'270'
.
Returns
- NA — This method does not return a value.