C#
VB
WinRT C#
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
)
function DicomMajorTick(
tickPosition ,
tickLabel
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET