#include "TD_PackPush.h"
#include "OdRound.h"
#include "TD_PackPop.h"
Go to the source code of this file.
|
template<class TRect > |
void | intersectWith (TRect &dcRectThis, const TRect &dcRect, bool bValidate=true) |
|
template<class TRect , class T > |
void | offset (TRect &dcRectThis, T x, T y) |
|
◆ GETBITNEG
#define GETBITNEG |
( |
|
flags, |
|
|
|
bit |
|
) |
| (((flags) & (bit)) != (bit)) |
◆ SCALAR_MAX
#define SCALAR_MAX 2147483647 |
◆ SCALAR_MIN
#define SCALAR_MIN (-2147483647 - 1) |
◆ OdGsWindowingSystemID
◆ EMetafilePlayMode
Enumerator |
---|
kMfDisplay | |
kMfSelect | |
kMfNested | |
kMfExtents | |
Definition at line 327 of file GsDefs.h.
◆ intersectWith()
template<class TRect >
void intersectWith |
( |
TRect & |
dcRectThis, |
|
|
const TRect & |
dcRect, |
|
|
bool |
bValidate = true |
|
) |
| |
◆ offset()
template<class TRect , class T >