UtilDrawingWinFormsFontSizeToWPFFontSize(Single) Method
Converts a WinForms font size to WPF 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 WinFormsFontSizeToWPFFontSize(
float fontSize
)
Public Shared Function WinFormsFontSizeToWPFFontSize (
fontSize As Single
) As Single
Dim fontSize As Single
Dim returnValue As Single
returnValue = UtilDrawing.WinFormsFontSizeToWPFFontSize(fontSize)
public:
static float WinFormsFontSizeToWPFFontSize(
float fontSize
)
static member WinFormsFontSizeToWPFFontSize :
fontSize : float32 -> float32
No code example is currently available or this language may not be supported.
- fontSize Single
-
The WinForms font size.
Single
The resulting WPF font size.