←Select platform

AnnFont Constructor(FontFamily,AnnLength,FontStyle)

Summary

Initializes a new AnnFont object with the specified family, size and style.

Syntax

C#
VB
C++
public AnnFont( 
   FontFamily family, 
   AnnLength size, 
   FontStyle style 
) 
  
Public Function New( _ 
   ByVal family As FontFamily, _ 
   ByVal size As Leadtools.Annotations.AnnLength, _ 
   ByVal style As FontStyle _ 
) 
public: 
AnnFont(  
   FontFamily^ family, 
   Leadtools.Annotations.AnnLength size, 
   FontStyle style 
) 

Parameters

family
The System.Drawing.FontFamily object of the new AnnFont object.

size
The em-size of the new font.

style
The System.Drawing.FontStyle of the new font.

Example

For an example, refer to AnnFont.

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 Assembly