AUTOMATIONVECTORPROPERTIES

Summary

The AUTOMATIONVECTORPROPERTIES structure holds information about the Pen, Brush and Font to be used when a new vector object is created through vector automation.

Syntax

typedef struct _AUTOMATIONVECTORPROPERTIES 
{ 
   L_INT nSize; 
   L_UINT32 dwMask; 
   VECTORPEN Pen; 
   VECTORBRUSH Brush; 
   VECTORFONT Font; 
}AUTOMATIONVECTORPROPERTIES, *pAUTOMATIONVECTORPROPERTIES; 

Members

L_INT nSize

Size of this structure.

L_UINT32 dwMask

Flag that indicates which members of this structure are valid. Possible values for the AUTOMATION_VECTOR_MASK enumeration are listed below. These values may be combined using a bitwise OR ( | ).

Value Meaning
AUTOMATION_VECTOR_PEN The Pen member of the structure is valid.
AUTOMATION_VECTOR_BRUSH The Brush member of the structure is valid.
AUTOMATION_VECTOR_FONT The Font member of the structure is valid.

VECTORPEN Pen

A VECTORPEN structure that contains information about the pen to use when drawing vector objects. The dwFlags value specifies whether this parameter contains valid data.

VECTORBRUSH Brush

A VECTORBRUSH structure that contains information about the brush to use when drawing vector objects. The dwFlags value specifies whether this parameter contains valid data.

VECTORFONT Font

A VECTORFONT structure that contains information about the font to use when drawing vector objects. The dwFlags value specifies whether this parameter contains valid data.

Comments

Note: The AUTOMATIONVECTORPROPERTIES structure is used only in the Vector API SDK.

Usage

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

LEADTOOLS Container and Automation C API Help

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