←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 Leadtools.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly