In This Topic ▼

L_POINTD

Summary

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

Syntax

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

Members

x

The X-coordinate.

y

The Y-coordinate.

Usage

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

LEADTOOLS Raster Imaging C API Help

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