iink-ts - v3.2.1
    Preparing search index...

    Type Alias JIIXV2PrimitiveArc

    type JIIXV2PrimitiveArc = {
        cx: number;
        cy: number;
        endDecoration?: string;
        phi: number;
        rx: number;
        ry: number;
        startAngle: number;
        startDecoration?: string;
        sweepAngle: number;
        type: "arc";
    }
    Index

    Properties

    cx: number
    cy: number
    endDecoration?: string
    phi: number
    rx: number
    ry: number
    startAngle: number
    startDecoration?: string
    sweepAngle: number
    type: "arc"