Table of Contents

TUIRectangle Implicit Conversion Operator

Overloads

Implicit conversion from TUIRectangle to RectangleF

Converts implicitly between a System.Drawing.RectangleF and a TUIRectangle.

Syntax

Namespace: FlexCel.Core

public static RectangleF op_Implicit(TUIRectangle r)

Parameters

<-> Parameter Type Description
r TUIRectangle

See also

Implicit conversion from RectangleF to TUIRectangle

Converts implicitly between a System.Drawing.RectangleF and a TUIRectangle.

Syntax

Namespace: FlexCel.Core

public static TUIRectangle op_Implicit(RectangleF r)

Parameters

<-> Parameter Type Description
r RectangleF

See also