L_RECTD

Summary

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

Syntax

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

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.

Usage

Data Types

Functions

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.