Table of Contents

Class HatchBrush

Namespace
Aspose.Imaging.Brushes
Assembly
Aspose.Imaging.dll

Defines a rectangular brush with a hatch style, a foreground color, and a background color. This class cannot be inherited.

public sealed class HatchBrush : Brush, IDisposable
Inheritance
HatchBrush
Implements
Inherited Members

Constructors

HatchBrush()

public HatchBrush()

Properties

BackgroundColor

Gets or sets the color of spaces between the hatch lines.

public Color BackgroundColor { get; set; }

Property Value

Color

The color of spaces between the hatch lines.

ForegroundColor

Gets or sets the color of hatch lines.

public Color ForegroundColor { get; set; }

Property Value

Color

The color of hatch lines.

HatchStyle

Gets or sets the hatch style of this brush.

public HatchStyle HatchStyle { get; set; }

Property Value

HatchStyle