GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHexagon Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (GoHexagon)
    In This Topic
    Consider the actual shape of the hexagon to determine if a given point is inside.
    Syntax
    public override bool ContainsPoint( 
       PointF p
    )

    Parameters

    p
    Remarks
    Currently this does not take the pen width into account.
    See Also