KC's Workspace
    Preparing search index...

    A polygon() shape.

    interface Polygon {
        fillRule: FillRule;
        points: Point[];
    }
    Index

    Properties

    Properties

    fillRule: FillRule

    The fill rule used to determine the interior of the polygon.

    points: Point[]

    The points of each vertex of the polygon.