DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias ArcSegmentProperties

    Provides settings for creating an elliptical arc between two points.

    type ArcSegmentProperties = {
        arcSize?: ArcSize;
        point?: Point;
        rotationAngle?: number;
        size?: Size;
        sweepDirection?: SweepDirection;
    }
    Index

    Properties

    arcSize?: ArcSize

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

    point?: Point

    The end point of the arc.

    rotationAngle?: number

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

    size?: Size

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

    sweepDirection?: SweepDirection

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