L_SIZED

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

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

Member

Description

width The width.
height The height.

Comments

The following functions make use of this structure:
L_Size_ToSizeD
L_SizeD_Make
L_SizeD_Empty
L_SizeD_IsEmpty
L_SizeD_IsEqual
L_SizeD_ToSize
L_RectD_Size
L_RectD_Offset
L_RectD_Inflate

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help