'Declaration Public Shared Function CreateWindowsRect( _
ByVal rectThe System.Drawing.RectangleF object to convert.As System.Drawing.RectangleF _
) As System.Windows.Rect
public static System.Windows.Rect CreateWindowsRect(
System.Drawing.RectangleF rect
)
public: static System.Windows.Rect* CreateWindowsRect(
System.Drawing.RectangleF* rect
)
public:
static System.Windows.Rect^ CreateWindowsRect(
System.Drawing.RectangleF^ rect
)
Parameters
- rect
- The System.Drawing.RectangleF object to convert.
Return Value
The System.Windows.Rect object.