Constructors
constructor
- new Rotate(document: Document, rotate: string, transformOrigin?: number[]): Rotate
-
Parameters
-
-
rotate: string
-
Default value transformOrigin: number[] = []
Properties
Private cx
cx: number = 0
Private cy
cy: number = 0
type
type: string = "rotate"
Methods
applyToPoint
- applyToPoint(point: Point): void