GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOctagon Class
Members
In This Topic
    GoOctagon Class
    In This Topic
    An object with eight sides which is kept convex and symmetrical in relation to its X and Y axis
    Syntax
    [Serializable()]
    public class GoOctagon : GoShape 
    Remarks
    If you need an eight-sided shape without the constraints that this class imposes, use GoPolygon instead.
    See Also