Class PathAppendArcDto
Constructors
constructor
- new PathAppendArcDto(path?: any, endPoint?: Point2, xAxisRotation?: number, clockwise?: boolean, large?: boolean, segments?: number, radiusX?: number, radiusY?: number): PathAppendArcDto
-
Parameters
-
Optional path: any
-
Optional endPoint: Point2
-
Optional xAxisRotation: number
-
Optional clockwise: boolean
-
Optional large: boolean
-
Optional segments: number
-
Optional radiusX: number
-
Optional radiusY: number
Properties
clockwise
clockwise: boolean
endPoint
large
large: boolean
path
path: any
radiusX
radiusX: number
radiusY
radiusY: number
segments
segments: number
xAxisRotation
xAxisRotation: number
Draw an arc clockwise with respect to the center point
true