Click or drag to resize

WpfObjectConverterConvertRectangleF Method (Rect)

Converts a System.Windows.Rect to a System.Drawing.RectangleF.

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 RectangleF ConvertRectangleF(
	Rect rectangle
)

Parameters

rectangle
Type: System.WindowsRect
The System.Windows.Rect to convert.

Return Value

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