CGRect.Implicit Operator

Definition

Overloads

Implicit(RectangleF to CGRect)

Implicitly converts a RectangleF to a CGRect.

Implicit(Rectangle to CGRect)

Implicitly converts a Rectangle to a CGRect.

Implicit(RectangleF to CGRect)

Implicitly converts a RectangleF to a CGRect.

public static implicit operator CoreGraphics.CGRect (System.Drawing.RectangleF rect);
static member op_Implicit : System.Drawing.RectangleF -> CoreGraphics.CGRect

Parameters

rect
RectangleF

Returns

Applies to

Implicit(Rectangle to CGRect)

Implicitly converts a Rectangle to a CGRect.

public static implicit operator CoreGraphics.CGRect (System.Drawing.Rectangle rect);
static member op_Implicit : System.Drawing.Rectangle -> CoreGraphics.CGRect

Parameters

rect
Rectangle

Returns

Applies to