Method DebugFontAssert
DebugFontAssert(Font)
Checks whether Font parameter is ok.
[Conditional("DEBUG")]
public static void DebugFontAssert(Font font)
Parameters
fontFontParameter value.
Exceptions
- Exception
Raised if parameter is not ok.
Checks whether Font parameter is ok.
[Conditional("DEBUG")]
public static void DebugFontAssert(Font font)
font FontParameter value.
Raised if parameter is not ok.