GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorNeedle Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (IndicatorNeedle)
    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 contained by the indicator's path, or near the line if it is just a line.
    See Also