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

    Type Alias TShapeCircle

    TShapeCircle: TBaseSymbol & {
        bounds: TOBB;
        center: TPoint;
        edges: TSegment[];
        kind: Circle;
        radius: number;
        snapPoints: TPoint[];
        style: TStyle;
        type: Shape;
        vertices: TPoint[];
    }