SetFontCache Method (GcD2DBitmap)
In This Topic
Assigns a shared instance of the FontCache class to be used by this bitmap.
Syntax
'Declaration
Public Sub SetFontCache( _
ByVal As FontCache _
)
public void SetFontCache(
FontCache
)
Parameters
- fontCache
See Also