VECTORRECTANGLE

Summary

The VECTORRECTANGLE structure holds information about a vector rectangle object.

Syntax

typedef  struct  tagVECTORRECTANGLE 
{ 
   VECTOROBJECT  Object; 
   VECTORPOINT  Point[2]; 
   VECTORPEN  Pen; 
   VECTORBRUSH  Brush; 
}  VECTORRECTANGLE,  *  pVECTORRECTANGLE; 

Members

VECTOROBJECT Object

Abstract object.

VECTORPOINT Point

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

VECTORPEN Pen

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

VECTORBRUSH Brush

VECTORBRUSH structure that contains information about the brush 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_RECTANGLE.

pVECTORRECTANGLE is a pointer to a VECTORRECTANGLE structure.

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 API Help

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