GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBarElliptical Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (IndicatorBarElliptical)
    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 close to the end of the bar.
    See Also