GxHatchBrush

Assembly: Drawing;

Namespace: Prognoz.Platform.Interop.Drawing;

Description

The GxHatchBrush class implements hatching brush.

Fore.NET Syntax

Class to get analog of the GxHatchBrush class:

None;

Class to get analog of the GxHatchBrush class object:

GxHatchBrushClass;

Constructors

  Constructor name Brief description
Create The Create constructor creates a new hatching brush in accordance with the specified parameters.

Class object properties inherited from IGxHatchBrush

  Property name Brief description
BackgroundColor The BackgroundColor property returns the object that contains the color of hatching background.
ForegroundColor The ForegroundColor property returns the object that contains the color of hatching lines.
HatchStyle The HatchStyle property returns hatching type.

Class object properties inherited from IGxBrush

  Property name Brief description
BrushType The BrushType property returns the type of the brush.

See  also:

Drawing Assembly Classes