GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / GetTickEnds Method
a double floating point number
true if it is a major tick mark
an output parameter, giving a PointF in document coordinates
an output parameter, giving a PointF in document coordinates
In This Topic
    GetTickEnds Method (GraduatedScale)
    In This Topic
    Finds the two end points of the tick mark for a given value. Outputs the end points as the two parameters p1 and p2.
    Syntax
    public abstract void GetTickEnds( 
       double v,
       bool isMajor,
       out PointF p1,
       out PointF p2
    )

    Parameters

    v
    a double floating point number
    isMajor
    true if it is a major tick mark
    p1
    an output parameter, giving a PointF in document coordinates
    p2
    an output parameter, giving a PointF in document coordinates
    See Also