Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Vector C++ Class Library Help

VECTORRECTANGLE

Show in webframe

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

The VECTORRECTANGLE structure holds information about a vector rectangle object.

Member

Description

Object

Abstract object.

Point

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

Pen

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

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.