Table of Contents

TUISize Implicit Conversion Operator

Overloads

Implicit conversion from SizeF to TUISize

Converts between a TUISize and a System.Drawing.SizeF

Syntax

Namespace: FlexCel.Core

public static TUISize op_Implicit(SizeF sz)

Parameters

<-> Parameter Type Description
sz SizeF

See also

Implicit conversion from TUISize to SizeF

Converts between a TUISize and a System.Drawing.SizeF

Syntax

Namespace: FlexCel.Core

public static SizeF op_Implicit(TUISize sz)

Parameters

<-> Parameter Type Description
sz TUISize

See also