←Select platform

LengthFromContainerCoordinates Method

Summary

Converts a length from container coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double LengthFromContainerCoordinates( 
   LeadLengthD length, 
   AnnFixedStateOperations operation 
) 
Public Function LengthFromContainerCoordinates( _ 
   ByVal length As Leadtools.LeadLengthD, _ 
   ByVal operation As Leadtools.Annotations.Core.AnnFixedStateOperations _ 
) As Double 
-(double) lengthFromContainerCoordinates:(LeadLengthD) length 
                               operation:(LTAnnFixedStateOperations)operation; 
             
public double lengthFromContainerCoordinates( 
   LeadLengthD length, 
   int annFixedStateOperations 
) 
 function Leadtools.Annotations.Core.AnnContainerMapper.LengthFromContainerCoordinates(  
   length , 
   operation  
) 
public:  
   double LengthFromContainerCoordinates( 
      LeadLengthD^ length, 
      AnnFixedStateOperations^ operation 
   ) 

Parameters

length
The source length.

operation
The source object fixed operation state.

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