GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / ContainsPoint Method
A PointF in document coordinates.
In This Topic
    ContainsPoint Method (GoGroup)
    In This Topic
    A group contains a point if any of its visible children contain that point.
    Syntax
    public override bool ContainsPoint( 
       PointF p
    )

    Parameters

    p
    A PointF in document coordinates.
    Remarks
    This ignores child objects that are not GoObject.GoObject.Visible.
    See Also