Table of Contents

TGdipUISolidBrush Class

Encapsulates a native solid brush.

Syntax

Namespace: FlexCel.Draw

public class TGdipUISolidBrush: TUISolidBrush, IGdipUIBrush

Constructors

Name Description
TGdipUISolidBrush Creates a new UISolidBrush which encapsulates an existing GDI+ SolidBrush. Note that if you are encapsulating a brush from Brushes.Color class, you need to pass false in aNeedsDispose, since this class shouldn't dispose the brush when disposing the class.

Methods

Name Description
Dispose Override this method to dispose your own objects in your descending classes.

Properties

Name Description
Color Returns the color of the brush.
Handle System.​Drawing.​Brush encapsulated by this object.