struct L_POINTD
{
L_DOUBLE x;
L_DOUBLE y;
};
typedef struct L_POINTD L_POINTD;
Stores two double numbers that represent the coordinates of a point (X and Y).
Member |
Description |
x | The X-coordinate. |
y | The Y-coordinate. |
The following functions make use of this structure:
L_Point_ToPointD
L_PointD_Make
L_PointD_Empty
L_PointD_IsEmpty
L_PointD_IsEqual
L_PointD_Multiply
L_RectD_TopLeft
L_RectD_TopRight
L_RectD_BottomRight
L_RectD_BottomLeft
L_RectD_Location
L_RectD_ContainsPoint
L_Matrix_TransformPoint
L_Matrix_TransformVector
L_Matrix_TransformPoints
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