←Select platform

Create Method

Summary

Creates a new GDI+ font object using this AnnFont.

Syntax

C#
VB
C++
public virtual Font Create( 
   Graphics graphics, 
   AnnUnitConverter converter 
) 
  
Public Overridable Function Create( _ 
   ByVal graphics As Graphics, _ 
   ByVal converter As Leadtools.Annotations.AnnUnitConverter _ 
) As Font 
public: 
virtual Font^ Create(  
   Graphics^ graphics, 
   Leadtools.Annotations.AnnUnitConverter^ converter 
)  

Parameters

graphics
Specifies the System.Drawing.Graphics object this font will be used into.

converter
Specifies an AnnUnitConverter object to be used when converting the Size member of this font.

Return Value

The GDI+ System.Drawing.Font object created from this AnnFont.

Example

For an example, refer to AnnFont.

Requirements

Target Platforms

See Also

Reference

AnnFont Class

AnnFont Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly