L_SIZED

Summary

Stores two double numbers that represent the size of an object.

Syntax

struct L_SIZED 
{ 
   L_DOUBLE width; 
   L_DOUBLE height; 
}; 
typedef struct L_SIZED L_SIZED; 

Members

width

The width.

height

The height.

Usage

Data Types

Functions

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.