Click or drag to resize

WpfObjectConverterConvertSizeF Method (Size)

Converts a System.Windows.Size to a System.Drawing.SizeF.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static SizeF ConvertSizeF(
	Size size
)

Parameters

size
Type: System.WindowsSize
The System.Windows.Size to convert.

Return Value

Type: SizeF
A System.Drawing.SizeF.
See Also