Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
AnnFont Constructor(FontFamily,AnnLength,FontStyle)
See Also 
Leadtools.Annotations Namespace > AnnFont Class > AnnFont Constructor : AnnFont Constructor(FontFamily,AnnLength,FontStyle)




family
The FontFamily object of the new AnnFont object.
size
The em-size of the new font.
style
The FontStyle of the new font.
Initializes a new AnnFont object with the specified family, size and style.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal family As FontFamily, _
   ByVal size As AnnLength, _
   ByVal style As FontStyle _
)
Visual Basic (Usage)Copy Code
Dim family As FontFamily
Dim size As AnnLength
Dim style As FontStyle
 
Dim instance As AnnFont(family, size, style)
C# 
public AnnFont( 
   FontFamily family,
   AnnLength size,
   FontStyle style
)
Managed Extensions for C++ 
public: AnnFont( 
   FontFamily family,
   AnnLength size,
   FontStyle style
)
C++/CLI 
public:
AnnFont( 
   FontFamily family,
   AnnLength size,
   FontStyle style
)

Parameters

family
The FontFamily object of the new AnnFont object.
size
The em-size of the new font.
style
The FontStyle of the new font.

Example

For an example, refer to AnnFont.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features