GoDiagram Web Reference
GetTickEnds Method (GraduatedScale)

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
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
'Declaration
 
Public MustOverride Sub GetTickEnds( _
   ByVal v As Double, _
   ByVal isMajor As Boolean, _
   ByRef p1 As PointF, _
   ByRef p2 As PointF _
) 
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GraduatedScale Class
GraduatedScale Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback