HATCHBRUSHSTYLE

Summary

The HATCHBRUSHSTYLE enumeration provides information about the hatch brush style.

Syntax

typedef enum _HATCHBRUSHSTYLE 
{ 
   HATCH_RECTANGLE=0, 
   HATCH_CIRCLE, 
   HATCH_TRIANGLE, 
   HATCH_LINE, 
   HATCH_CUSTOM, 
} HATCHBRUSHSTYLE; 

Members

HATCH_RECTANGLE

Rectangular hatches.

HATCH_CIRCLE

Circular hatches.

HATCH_TRIANGLE

Triangular hatches.

HATCH_LINE

Linear hatches.

HATCH_CUSTOM

User-defined hatches.

Usage

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.