VECTORLINE

typedef struct tagVECTORLINE 
{ 
   VECTOROBJECT Object; 
   VECTORPOINT Point[2]; 
   VECTORPEN Pen; 
} VECTORLINE, * pVECTORLINE; 

The VECTORLINE structure holds information about a vector line object.

Members

VECTOROBJECT Object

Abstract object.

VECTORPOINT Point

An array of VECTORPOINT structures that contain the beginning and ending points of a line in space.

VECTORPEN Pen

VECTORPEN structure that contains information about the pen to use when draws the vector line object.

Comments

nSize of the Object member must be the sizeof this structure.

nType of the Object member must be VECTOR_LINE.

pVECTORLINE is a pointer to a VECTORLINE structure.

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

LEADTOOLS Vector C++ Class Library Help

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