Font Conversion (Font to Font) | |
Implicit operator to convert X# Font to System.Drawing.Font
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax STATIC OPERATOR IMPLICIT (
f AS Font
) AS Font
public static implicit operator Font (
Font f
)
Request Example
View SourceParameters
- f
- Type: Font
Font
Return Value
Type:
FontFont
See Also