CFx SDK Documentation
2022 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 |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
OdGePoint2d OdGsDCRectDouble::m_max |
OdGePoint2d OdGsDCRectDouble::m_min |