Options
All
  • Public
  • Public/Protected
  • All
Menu

The possible positions of the stroke on a polygon.

Index

Enumeration members

Enumeration members

CENTER

CENTER = 0

The stroke is centered on the polygon's path, with half the stroke inside the polygon and half the stroke outside the polygon.

INSIDE

INSIDE = 1

The stroke lies inside the polygon.

OUTSIDE

OUTSIDE = 2

The stroke lies outside the polygon.

Generated using TypeDoc