Table of Contents

TUIHatchBrush.Create Method

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

Syntax

Namespace: FlexCel.Core

public static TUIBrush Create(TUIHatchStyle hatchStyle, TUIColor ColorFg, TUIColor ColorBg)

Parameters

<-> Parameter Type Description
hatchStyle TUIHatchStyle Hatch style for the pattern.
ColorFg TUIColor Foreground color for the pattern.
ColorBg TUIColor Background color for the pattern.

See also