LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnFont Constructor(FontFamily,AnnLength,FontStyle)

Show in webframe





The System.Drawing.FontFamily object of the new AnnFont object.
The em-size of the new font.
The System.Drawing.FontStyle of the new font.
Initializes a new AnnFont object with the specified family, size and style.
Syntax
public AnnFont( 
   FontFamily family,
   AnnLength size,
   FontStyle style
)
'Declaration
 
Public Function New( _
   ByVal family As FontFamily, _
   ByVal size As AnnLength, _
   ByVal style As FontStyle _
)
'Usage
 
Dim family As FontFamily
Dim size As AnnLength
Dim style As FontStyle
 
Dim instance As New AnnFont(family, size, style)

            

            
public:
AnnFont( 
   FontFamily^ family,
   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

See Also

Reference

AnnFont Class
AnnFont Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.