PAINTSHAPEBORDERBRUSHSTYLE

Summary

The PAINTSHAPEBORDERBRUSHSTYLE enumerated type contains options for the border brush style of a shape. These are the possible values for the nBorderBrushStyle member of the PAINTSHAPE structure.

Syntax

typedef enum 
{ 
   PAINT_SHAPE_BORDER_BRUSH_STYLE_COLOR, 
   PAINT_SHAPE_BORDER_BRUSH_STYLE_PATTERN 
} PAINTSHAPEBORDERBRUSHSTYLE, *pPAINTSHAPEBORDERBRUSHSTYLE; 

Members

PAINT_SHAPE_BORDER_BRUSH_STYLE_COLOR

Border will be a solid color.

PAINT_SHAPE_BORDER_BRUSH_STYLE_PATTERN

Border will be a pattern, using nBorderStyle.

Usage

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

LEADTOOLS Digital Paint C API Help

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