'Declaration Protected Overridable Function TryGetSystemFontDirectory( _
ByRef systemFontDirectoryКаталог с системными шрифтами.As System.String _
) As Boolean
protected virtual bool TryGetSystemFontDirectory(
out System.String systemFontDirectory
)
protected: virtual bool TryGetSystemFontDirectory(
[PARAMFLAG::Out] System.String systemFontDirectory
)
protected:
virtual bool TryGetSystemFontDirectory(
[Out] System.String systemFontDirectory
)
Parameters
- systemFontDirectory
- Каталог с системными шрифтами.
Return Value
True, если каталог найден; в противном случае, false.