In This Topic ▼

L_POINTD

struct L_POINTD 
{ 
   L_DOUBLE x; 
   L_DOUBLE y; 
}; 
typedef struct L_POINTD L_POINTD; 

Stores two double numbers that represent the coordinates of a point (X and Y).

Members

x

The X-coordinate.

y

The Y-coordinate.

Comments

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