Table of Contents

TUIBrush 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 TUIBrush op_Implicit(Brush br)

Parameters

<-> Parameter Type Description
br Brush

See also