In This Topic ▼

VECTORPARALLELOGRAM

typedef struct _VECTORPARALLELOGRAM 
{ 
   L_INT uStructSize; 
   VECTORPOINT Min; 
   VECTORPOINT Max; 
   VECTOR_UNIT Unit; 
} VECTORPARALLELOGRAM, *pVECTORPARALLELOGRAM; 
/* Reserved for internal use */ 

The VECTORPARALLELOGRAM structure specifies the bounding parallelogram for a vector file.

Members

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use the sizeof() operator to calculate this value.

Min

The minimum point of the bounding parallelogram for the vector.

Max

The maximum point of the bounding parallelogram for the vector.

Unit

A VECTOR_UNIT structure that indicates which unit of measure the vector is using.

Comments

pVECTORPARALLELOGRAM is a pointer to a VECTORPARALLELOGRAM structure. If you need a pVECTORPARALLELOGRAM parameter, declare a VECTORPARALLELOGRAM variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pVECTORPARALLELOGRAM variable is necessary only if your program requires a pointer.

Set the height and width for the viewport (physical size up to which the drawing can be rendered) using the VEC2DOPTIONS structure.

The structure is used by:

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

LEADTOOLS Raster Imaging C API Help