GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoArc Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (GoArc)
    In This Topic
    A point is in this object only if it really is inside the section of the ellipse.
    Syntax
    public override bool ContainsPoint( 
       PointF p
    )

    Parameters

    p
    See Also