CONTAINERLINEDATA

Summary

The CONTAINERLINEDATA holds the coordinates of a line object.

Syntax

typedef struct _CONTAINERLINEDATA 
{ 
   L_INT nSize; 
   VECTORPOINT vptLine[2]; 
} CONTAINERLINEDATA, *pCONTAINERLINEDATA ; 

Members

L_INT nSize

Size of this structure.

VECTORPOINT vptLine[2]

An array of VECTORPOINT structures that contains the beginning and ending points of the line. The contents of the array are as follows:

Value Meaning
vptLine[0].x The starting x position.
vptLine[0].y The starting y position.
vptLine[1].x The ending x position.
vptLine[1].y The ending y position.
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C API Help

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