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

    Type Alias TShapePolygon

    TShapePolygon: TBaseSymbol & {
        bounds: TOBB;
        edges: TSegment[];
        kind: Polygon;
        points: TPoint[];
        snapPoints: TPoint[];
        style: TStyle;
        type: Shape;
        vertices: TPoint[];
    }