←Select platform

ToFont Method

Summary

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

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

Parameters

font
Font object to convert

Return Value

System.Drawing.Font 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