←Select platform

FontFromContainerCoordinates Method

Summary

Converts a font from container coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnFont FontFromContainerCoordinates( 
   AnnFont font, 
   AnnFixedStateOperations operation 
) 
-(LTAnnFont*) fontFromContainerCoordinates:(LTAnnFont*)annFont 
                                 operation:(LTAnnFixedStateOperations) operation; 
             
public AnnFont fontFromContainerCoordinates( 
   AnnFont font, 
   int annFixedStateOperations 
) 
             
 function Leadtools.Annotations.Core.AnnContainerMapper.FontFromContainerCoordinates(  
   font , 
   operation  
) 
public:  
   AnnFont^ FontFromContainerCoordinates( 
      AnnFont^ font, 
      AnnFixedStateOperations^ operation 
   ) 

Parameters

font
Source font. This value must not be null.

operation
Source object fixed operation state.

Return Value

The converted font object.

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