iink-ts - v4.0.0
    Preparing search index...

    Type Alias TShapeEllipse

    TShapeEllipse: TBaseSymbol & {
        bounds: TOBB;
        center: TPoint;
        edges: TSegment[];
        kind: Ellipse;
        orientation: number;
        radiusX: number;
        radiusY: number;
        snapPoints: TPoint[];
        style: TStyle;
        type: Shape;
        vertices: TPoint[];
    }