Table of Contents

TUIPathGradientBrush 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 TUIPathGradientBrush op_Implicit(PathGradientBrush br)

Parameters

<-> Parameter Type Description
br PathGradientBrush

See also