CFx SDK Documentation
2023 SP0
|
#include <GsDefs.h>
Public Types | |
enum | MaxFlag { Maximum } |
enum | MinFlag { Minimum } |
Public Member Functions | |
OdGsDCPoint () | |
OdGsDCPoint (OdInt32 xx, OdInt32 yy) | |
OdGsDCPoint (MaxFlag) | |
OdGsDCPoint (MinFlag) | |
void | operator= (MaxFlag) |
void | operator= (MinFlag) |
void | operator= (const OdGsDCPoint &dcPoint) |
bool | operator== (const OdGsDCPoint &dcPoint) const |
bool | operator!= (const OdGsDCPoint &dcPoint) const |
long | operator[] (unsigned int i) const |
Public Attributes | |
OdInt32 | x |
OdInt32 | y |
This class represents 2D Device Coordinate points. Corresponding C++ library: TD_Gs
<group OdGs_Classes>
enum OdGsDCPoint::MaxFlag |
enum OdGsDCPoint::MinFlag |
|
inline |
xx | [in] The X-coordinate of this point. |
yy | [in] The Y-coordinate of this point. |
OdGsDCPoint(Maximum) sets x = SCALAR_MAX, y = SCALAR_MAX
OdGsDCPoint(Minimum) sets x = SCALAR_MIN, y = SCALAR_MIN
|
inline |
|
inline |
|
inline |