GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorSlider Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (IndicatorSlider)
    In This Topic
    Determine if a given point is inside and on this object.
    Syntax
    public override bool ContainsPoint( 
       PointF p
    )

    Parameters

    p

    Return Value

    Returns true if the point is within the path.
    See Also