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.
Size of the structure. This must be set before passing this structure to the LEAD functions. Use the sizeof() operator to calculate this value.
The minimum point of the bounding parallelogram for the vector.
The maximum point of the bounding parallelogram for the vector.
A VECTOR_UNIT structure that indicates which unit of measure the vector is using.
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 Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document