←Select platform

FromFont Method

Summary

Helper method to convert System.Drawing.Font to AnnFont.

Syntax
C#
VB
C++
public static AnnFont FromFont( 
   Font font 
) 
Public Shared Function FromFont( _ 
   ByVal font As Font _ 
) As AnnFont 
public:  
   static AnnFont^ FromFont( 
      Font^ font 
   ) 

Parameters

font
Font object to convert

Return Value

AnnFont object created.

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.Rendering.WinForms Assembly