Table of Contents

TUIBrush Class

A base brush for painting.

Syntax

Namespace: FlexCel.Core

public abstract class TUIBrush: IDisposable

Methods

Name Description
Dispose Overloaded
Dispose
Dispose(Boolean)

Operators

Name Description
Implicit Conversion 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.