GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHexagon Class
Members
In This Topic
    GoHexagon Class
    In This Topic
    An object with six sides which has one pair of parallel sides.
    Syntax
    [Serializable()]
    public class GoHexagon : GoShape 
    Remarks
    If you need a six-sided shape without the constraints that this class imposes, use GoPolygon instead. You may find that this class is useful for implementing pentagonal shapes where three adjacent sides form two right angles.
    See Also