Northwoods.Go Assembly > Northwoods.Go Namespace : GoPolygonStyle Enumeration |
'Declaration Public Enum GoPolygonStyle Inherits System.Enum
public enum GoPolygonStyle : System.Enum
Member | Description |
---|---|
Bezier | A Bezier curve is drawn using four points: a start point, two control points, and an end point. Additional sets of three points specify additional Bezier curves, where the new start point is the old end point. |
Line | A straight line is drawn between each two consecutive points in the GoPolygon, and between the last and first points to close the curve. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.GoPolygonStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2