C#
VB
C++
Constructs a new DicomMajorTick object, and performs initializations
public DicomMajorTick(
float tickPosition,
string tickLabel
)
Public Function New( _
ByVal tickPosition As Single, _
ByVal tickLabel As String _
)
public:
DicomMajorTick(
float tickPosition,
String^ tickLabel
)
tickPosition
The position of the tick in the range 0.0 (start point) to 1.0 (end point).
tickLabel
The label of the tick.
For an example, refer to CreateCompoundGraphic.