#include <mi32/elemstyl.h>
Public Member Functions | |
| void | Clear () |
| void | Copy (const POINTSTYLE &rhs) |
| bool | operator!= (const POINTSTYLE &rhs) const |
| POINTSTYLE & | operator= (const POINTSTYLE &rhs) |
| bool | operator== (const POINTSTYLE &rhs) const |
| POINTSTYLE (const POINTSTYLE &rhs) | |
| POINTSTYLE () | |
| bool | UsesTransparency () const |
| ~POINTSTYLE () | |
Public Attributes | |
| double | Angle |
| char * | Desc |
| COLOR | DrawColor |
| double | MapScale |
| double | ScaleX |
| double | ScaleY |
| UINT8 | spare [4] |
| UINT32 | StyleFlags |
| INT32 | SymbolNum |
Definition at line 282 of file elemstyl.h.
| POINTSTYLE::POINTSTYLE | ( | ) | [inline] |
| POINTSTYLE::POINTSTYLE | ( | const POINTSTYLE & | rhs | ) | [inline] |
| POINTSTYLE::~POINTSTYLE | ( | ) | [inline] |
| void POINTSTYLE::Clear | ( | ) | [inline] |
| void POINTSTYLE::Copy | ( | const POINTSTYLE & | rhs | ) | [inline] |
| bool POINTSTYLE::operator!= | ( | const POINTSTYLE & | rhs | ) | const [inline] |
| POINTSTYLE& POINTSTYLE::operator= | ( | const POINTSTYLE & | rhs | ) | [inline] |
| bool POINTSTYLE::operator== | ( | const POINTSTYLE & | rhs | ) | const [inline] |
| bool POINTSTYLE::UsesTransparency | ( | ) | const [inline] |
Determine if the style uses transparency Note: if the style uses a point symbol, this method can't tell if that symbol will use transparency or not.
Definition at line 365 of file elemstyl.h.
| double POINTSTYLE::Angle |
| char* POINTSTYLE::Desc |
Definition at line 289 of file elemstyl.h.
| double POINTSTYLE::MapScale |
Definition at line 290 of file elemstyl.h.
| double POINTSTYLE::ScaleX |
X size of point (usually in millimeters) or pattern zoom factor.
Definition at line 286 of file elemstyl.h.
| double POINTSTYLE::ScaleY |
Y size of point (usually in millimeters) or pattern zoom factor.
Definition at line 287 of file elemstyl.h.
Definition at line 291 of file elemstyl.h.
Definition at line 284 of file elemstyl.h.
Definition at line 285 of file elemstyl.h.
1.5.2