Table of Contents

TUILinearGradientBrush 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 TUILinearGradientBrush op_Implicit(LinearGradientBrush br)

Parameters

<-> Parameter Type Description
br LinearGradientBrush

See also