←Select platform

DicomMajorTick Constructor(float,string)

Summary
Constructs a new DicomMajorTick object, and performs initializations
Syntax
C#
VB
C++
public DicomMajorTick( 
   float tickPosition, 
   string tickLabel 
) 
Public Function New( _ 
   ByVal tickPosition As Single, _ 
   ByVal tickLabel As String _ 
) 
public: 
DicomMajorTick(  
   float tickPosition, 
   String^ tickLabel 
) 

Parameters

tickPosition
The position of the tick in the range 0.0 (start point) to 1.0 (end point).

tickLabel
The label of the tick.

Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.