VECTORMARKER

Summary

The VECTORMARKER structure holds information about marker settings.

Syntax

typedef struct tagVECTORMARKER 
{ 
   L_INT nSize; 
   L_UINT32 dwFlags; 
   VECTORPEN Pen; 
   VECTORBRUSH Brush; 
} VECTORMARKER, * pVECTORMARKER; 

Members

L_INT nSize

Size of this structure. Used for versioning.

L_UINT32 dwFlags

Flag that determines the brush and pen characteristics to use for the marker. Possible values are:

Value Meaning
VECTOR_MARKER_PEN_STYLE Use the style member of Pen.
VECTOR_MARKER_PEN_WIDTH Use the width member of Pen.
VECTOR_MARKER_PEN_COLOR Use the color member of Pen.
VECTOR_MARKER_BRUSH_STYLE Use the style member of Brush.
VECTOR_MARKER_BRUSH_COLOR Use the color member of Brush.

VECTORPEN Pen

VECTORPEN structure that contains information about the pen to use when drawing markers. The actual parameters used depend on dwFlags.

VECTORBRUSH Brush

VECTORBRUSH structure that contains information about the brush to use when drawing markers. The actual parameters used depend on dwFlags.

Comments

Markers are used to indicate which objects have been selected in a vector handle.

pVECTORMARKER is a pointer to a VECTORMARKER structure.

Usage

Data Types

Functions

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++ Class Library Help

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