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. |
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET