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.
Member |
Description |
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. |
The following functions make use of this structure:
L_Rect_ToRectD
L_RectD_Make
L_RectD_FromLTRB
L_RectD_Empty
L_RectD_IsEmpty
L_RectD_IsEqual
L_RectD_Left
L_RectD_Right
L_RectD_Top
L_RectD_Bottom
L_RectD_TopLeft
L_RectD_TopRight
L_RectD_BottomRight
L_RectD_BottomLeft
L_RectD_Location
L_RectD_Size
L_RectD_ContainsPoint
L_RectD_ContainsRect
L_RectD_IntersectsWith
L_RectD_Intersect
L_RectD_Union
L_RectD_Offset
L_RectD_Inflate
L_RectD_Scale
L_RectD_Transform
L_RectD_ToRect
L_Matrix_TransformRect
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