←Select platform

LengthToContainerCoordinates Method

Summary

Converts a length to container coordinates.

Syntax
C#
VB
Objective-C
C++
Java
public LeadLengthD LengthToContainerCoordinates( 
   double value 
) 
Public Function LengthToContainerCoordinates( _ 
   ByVal value As Double _ 
) As LeadLengthD 
-(LeadLengthD) lengthToContainerCoordinates:(double) length; 
public LeadLengthD lengthToContainerCoordinates(double value) 
public:  
   LeadLengthD^ LengthToContainerCoordinates( 
      double value 
   ) 

Parameters

value
The source length.

Return Value

The converted length.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly