←Select platform

LengthToContainerCoordinates Method

Summary

Converts a length to container coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadLengthD LengthToContainerCoordinates( 
   double value 
) 
Public Function LengthToContainerCoordinates( _ 
   ByVal value As Double _ 
) As Leadtools.LeadLengthD 
public Leadtools.LeadLengthD LengthToContainerCoordinates(  
   double value 
) 
-(LeadLengthD) lengthToContainerCoordinates:(double) length; 
public LeadLengthD lengthToContainerCoordinates(double value) 
 function Leadtools.Annotations.Core.AnnContainerMapper.LengthToContainerCoordinates(  
   value  
) 
public:  
   LeadLengthD^ LengthToContainerCoordinates( 
      double value 
   ) 

Parameters

value
The source length.

Return Value

The converted length.

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.Annotations.Core Assembly