[]
        
(Showing Draft Content)

ArcSegmentProperties

DsPdfJS API v9.1.0


DsPdfJS API / ArcSegmentProperties

Type Alias: ArcSegmentProperties

ArcSegmentProperties = object

Provides settings for creating an elliptical arc between two points.

Properties

arcSize?

optional arcSize: ArcSize

A value that specifies whether the given arc is larger than 180 degrees.


point?

optional point: Point

The end point of the arc.


rotationAngle?

optional rotationAngle: number

A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system.


size?

optional size: Size

The x-radius and y-radius of the arc.


sweepDirection?

optional sweepDirection: SweepDirection

A value that specifies whether the arc sweep is clockwise or counterclockwise.