- graphics
- Specifies the Graphics object this font will be used into.
- converter
- Specifies an AnnUnitConverter object to be used when converting the Size member of this font.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function Create( _ ByVal graphics As Graphics, _ ByVal converter As AnnUnitConverter _ ) As Font |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual Font Create( Graphics graphics, AnnUnitConverter converter ) |
C++/CLI | |
---|---|
public: virtual Font Create( Graphics graphics, AnnUnitConverter^ converter ) |
Parameters
- graphics
- Specifies the 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+ Font object created from this AnnFont.For an example, refer to AnnFont.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family