In This Topic ▼

L_RECTD

struct L_RECTD 
{ 
   L_DOUBLE x; 
   L_DOUBLE y; 
   L_DOUBLE width; 
   L_DOUBLE height; 
}; 
typedef struct L_RECTD L_RECTD; 

Describes the width, height, and location of a rectangle in double numbers.

Members

x

The x-axis value of the left side of the rectangle.

y

The y-axis value of the left side of the rectangle.

width

The width of the rectangle.

height

The height of the rectangle.

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