←Select platform

DicomMajorTick Constructor(float,string)

Summary

Constructs a new DicomMajorTick object, and performs initializations

Syntax

C#
VB
WinRT C#
C++
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 
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly