@rendley/sdk - v1.15.5
    Preparing search index...

    Interface ShapePoint

    One 2D point used by polygon and Bezier-based shapes.

    interface ShapePoint {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number