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
)
Public Shared Function ConvertRectangleF (
rectangle As Rect
) As RectangleF
Parameters
- rectangle
- Type: System.WindowsRect
The System.Windows.Rect to convert.
Return Value
Type:
RectangleFA System.Drawing.RectangleF.
See Also