RectangleExtensions.ToSystemRectangleF Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToSystemRectangleF(RectF) |
Convert to system rectangle. |
ToSystemRectangleF(CGRect) |
Convert to system rectangle. |
ToSystemRectangleF(Rect) |
Convert to system rectangle. |
ToSystemRectangleF(RectF)
Convert to system rectangle.
public static System.Drawing.RectangleF ToSystemRectangleF (this Android.Graphics.RectF rect);
Parameters
- rect
- Android.Graphics.RectF
The base rectangle to convert.
Returns
System.Drawing.RectangleF
The converted rectangle.
Applies to
ToSystemRectangleF(CGRect)
Convert to system rectangle.
public static System.Drawing.RectangleF ToSystemRectangleF (this CoreGraphics.CGRect rect);
Parameters
- rect
- CoreGraphics.CGRect
The base rectangle to convert.
Returns
System.Drawing.RectangleF
The converted rectangle.
Applies to
ToSystemRectangleF(Rect)
Convert to system rectangle.
public static System.Drawing.RectangleF ToSystemRectangleF (this Windows.Foundation.Rect rect);
Parameters
- rect
- Windows.Foundation.Rect
The base rectangle to convert.
Returns
System.Drawing.RectangleF
The converted rectangle.