GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleLinear Class / GetTickEnds Method
In This Topic
    GetTickEnds Method (GraduatedScaleLinear)
    In This Topic
    Calculates the two end points of a tick mark corresponding to the given value.
    Syntax
    public override void GetTickEnds( 
       double v,
       bool isMajor,
       out PointF p1,
       out PointF p2
    )

    Parameters

    v
    isMajor
    p1
    p2
    See Also