The VECTORMARKER structure holds information about marker settings.
typedef struct tagVECTORMARKER
{
L_INT nSize;
L_UINT32 dwFlags;
VECTORPEN Pen;
VECTORBRUSH Brush;
} VECTORMARKER, * pVECTORMARKER;
Size of this structure. Used for versioning.
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 structure that contains information about the pen to use when drawing markers. The actual parameters used depend on dwFlags.
VECTORBRUSH structure that contains information about the brush to use when drawing markers. The actual parameters used depend on dwFlags.
Markers are used to indicate which objects have been selected in a vector handle.
pVECTORMARKER is a pointer to a VECTORMARKER structure.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document