UtilDrawingWPFFontSizeToWinFormsFontSize Method
Converts a WPF font size to WinForms font size.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static float WPFFontSizeToWinFormsFontSize(
float fontSize
)
Public Shared Function WPFFontSizeToWinFormsFontSize (
fontSize As Single
) As Single
Dim fontSize As Single
Dim returnValue As Single
returnValue = UtilDrawing.WPFFontSizeToWinFormsFontSize(fontSize)
public:
static float WPFFontSizeToWinFormsFontSize(
float fontSize
)
static member WPFFontSizeToWinFormsFontSize :
fontSize : float32 -> float32
No code example is currently available or this language may not be supported.
- fontSize Single
-
The WPF font size.
Single
The resulting WinForms font size.