←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 Leadtools.Annotations.Core.AnnFont 
public:  
   static AnnFont^ FromFont( 
      Font^ font 
   ) 

Parameters

font
Font object to convert

Return Value

AnnFont object created.

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