|
CFx SDK Documentation 2024 SP0
|
#include <GsDefs.h>
Public Member Functions | |
| OdGsDCRectDouble () | |
| OdGsDCRectDouble (const OdGePoint2d &minPoint, const OdGePoint2d &maxPoint) | |
| OdGsDCRectDouble (double xMin, double xMax, double yMin, double yMax) | |
| OdGsDCRectDouble (const OdGsDCRect &rc) | |
| OdGsDCRectDouble & | operator= (const OdGsDCRect &dcRect) |
| bool | operator== (const OdGsDCRectDouble &dcRect) const |
| bool | operator!= (const OdGsDCRectDouble &dcRect) const |
| OdGsDCRect | round () const |
Public Attributes | |
| OdGePoint2d | m_min |
| OdGePoint2d | m_max |
This class represents 2D device coordinate rectangles. Corresponding C++ library: TD_Gs
<group OdGs_Classes>
|
inline |
Default constructor for the OdGsDCRectDouble class.
|
inline |
Constructor for the OdGsDCRectDouble class.
| minPoint | [in] Lower-left corner. |
| maxPoint | [in] Upper-right corner. |
|
inline |
Constructor for the OdGsDCRectDouble class.
| xMin | [in] Minimum X-coordinate. |
| xMax | [in] Maximum X-coordinate. |
| yMin | [in] Minimum Y-coordinate. |
| yMax | [in] Maximum Y-coordinate. |
|
inlineexplicit |
Constructor for the OdGsDCRectDouble class. Creates an instance base on the passed rectangle.
| rc | [in] Rectangle to copy. |
|
inline |
| dcRect | [in] 2D rectangle to compare. |
|
inline |
Assignment operator for the OdGsDCRectDouble class. Assigns the passed rectangle.
| dcRect | [in] Rectangle to assign. |
|
inline |
| dcPoint | [in] 2D rectangle to compare. |
|
inline |
| OdGePoint2d OdGsDCRectDouble::m_max |
| OdGePoint2d OdGsDCRectDouble::m_min |