Table of Contents

TUISolidBrush Implicit Conversion Operator

Creates a UIBrush from a given System.Drawing.Brush. Important: When you do an implicit conversion, the TUIBrush will take ownership of the brush, and the original System.Drawing.Brush will be disposed when you dispose this class.

Syntax

Namespace: FlexCel.Core

public static TUISolidBrush op_Implicit(SolidBrush br)

Parameters

<-> Parameter Type Description
br SolidBrush

See also