RectangleExtensions.ToSystemRectangle 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
ToSystemRectangle(Rect) |
Convert to system rectangle. |
ToSystemRectangle(CGRect) |
Convert to system rectangle. |
ToSystemRectangle(Rect) |
Convert to system rectangle. |
ToSystemRectangle(Rect)
Convert to system rectangle.
public static System.Drawing.Rectangle ToSystemRectangle (this Android.Graphics.Rect rect);
Parameters
- rect
- Android.Graphics.Rect
The base rectangle to convert.
Returns
System.Drawing.Rectangle
The converted rectangle.
Applies to
ToSystemRectangle(CGRect)
Convert to system rectangle.
public static System.Drawing.Rectangle ToSystemRectangle (this CoreGraphics.CGRect rect);
Parameters
- rect
- CoreGraphics.CGRect
The base rectangle to convert.
Returns
System.Drawing.Rectangle
The converted rectangle.
Applies to
ToSystemRectangle(Rect)
Convert to system rectangle.
public static System.Drawing.Rectangle ToSystemRectangle (this Windows.Foundation.Rect rect);
Parameters
- rect
- Windows.Foundation.Rect
The base rectangle to convert.
Returns
System.Drawing.Rectangle
The converted rectangle.