Table of Contents

TUIHatchBrush Class

A class representing a platform independent hatch brush.

Syntax

Namespace: FlexCel.Core

public abstract class TUIHatchBrush: TUIBrush

Methods

Name Description
Create This method will return the appropriate Brush depending in the Graphics framework you are using to render images.

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.

Properties

Name Description
ForegroundColor Foreground color for the pattern.
BackgroundColor Background color for the pattern.
HatchStyle Hatch style for the pattern.