GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleLinear Class / ContainsPoint Method
In This Topic
    ContainsPoint Method (GraduatedScaleLinear)
    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 rectangle created by sweeping a minor tickmark across the linear scale.
    See Also