Table of Contents

TGdipUITextureBrush Class

An encapsulation of a GDI+ TextureBrush.

Syntax

Namespace: FlexCel.Draw

public class TGdipUITextureBrush: TUITextureBrush, IGdipUIBrush

Constructors

Name Description
TGdipUITextureBrush Creates a new UITextureBrush which encapsulates an existing GDI+ TextureBrush. 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
Handle System.​Graphics.​Brush encapsulated by this instance.
Image Image used to paint the brush.
TransformElements Transform matrix.