VECTORLINE

Summary

The VECTORLINE structure holds information about a vector line object.

Syntax

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

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 drawing 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

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