Click or drag to resize

WpfObjectConverterConvertSizeF Method (SizeF)

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

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 Size ConvertSizeF(
	SizeF size
)

Parameters

size
Type: System.DrawingSizeF
The System.Drawing.SizeF to convert.

Return Value

Type: Size
A System.Windows.Size.
See Also