|
CFx SDK Documentation 2024 SP0
|
#include <TrVisSurfaceDef.h>
Public Types | |
| enum | SurfaceDefFlags { kTransparentBackground = (1 << 0) } |
Public Member Functions | |
| void | resetSurfaceFlags (OdUInt32 surfaceFlags=0) |
| bool | isTransparentBackground () const |
| void | setTransparentBackground (bool bSet) |
| void | setDefault () |
Public Attributes | |
| OdGsDCRect | m_surfaceSize |
| ODCOLORREF | m_backgroundColor |
| OdUInt32 | m_surfaceFlags |
<group ExRender_Windows_Classes>
Definition at line 35 of file TrVisSurfaceDef.h.
| Enumerator | |
|---|---|
| kTransparentBackground | |
Definition at line 38 of file TrVisSurfaceDef.h.
|
inline |
Definition at line 54 of file TrVisSurfaceDef.h.
Definition at line 51 of file TrVisSurfaceDef.h.
|
inline |
Definition at line 57 of file TrVisSurfaceDef.h.
|
inline |
Definition at line 55 of file TrVisSurfaceDef.h.
| ODCOLORREF OdTrVisSurfaceDef::m_backgroundColor |
Definition at line 46 of file TrVisSurfaceDef.h.
| OdUInt32 OdTrVisSurfaceDef::m_surfaceFlags |
Definition at line 48 of file TrVisSurfaceDef.h.
| OdGsDCRect OdTrVisSurfaceDef::m_surfaceSize |
Definition at line 44 of file TrVisSurfaceDef.h.