C#
VB
C++
Creates a new GDI+ font object using this AnnFont.
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
)
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.
The GDI+ System.Drawing.Font object created from this AnnFont.
For an example, refer to AnnFont.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET