#include <mi32/elemstyl.h>
Public Member Functions | |
| void | Clear () |
| void | Copy (const POLYSTYLE &rhs) |
| bool | operator!= (const POLYSTYLE &rhs) const |
| POLYSTYLE & | operator= (const POLYSTYLE &rhs) |
| bool | operator== (const POLYSTYLE &rhs) const |
| POLYSTYLE (const POLYSTYLE &rhs) | |
| POLYSTYLE () | |
| bool | UsesTransparency () const |
| ~POLYSTYLE () | |
Public Attributes | |
| double | Angle |
| COLOR | BorderColor |
| INT32 | BorderPatternNum |
| double | BorderScale |
| COLOR | FillColor |
| char * | FillDesc |
| INT32 | FillPatternNum |
| char * | LineDesc |
| double | MapScale |
| UINT32 | StyleFlags |
Definition at line 374 of file elemstyl.h.
| POLYSTYLE::POLYSTYLE | ( | ) | [inline] |
| POLYSTYLE::POLYSTYLE | ( | const POLYSTYLE & | rhs | ) | [inline] |
| POLYSTYLE::~POLYSTYLE | ( | ) | [inline] |
| void POLYSTYLE::Clear | ( | ) | [inline] |
| void POLYSTYLE::Copy | ( | const POLYSTYLE & | rhs | ) | [inline] |
| bool POLYSTYLE::operator!= | ( | const POLYSTYLE & | rhs | ) | const [inline] |
| bool POLYSTYLE::operator== | ( | const POLYSTYLE & | rhs | ) | const [inline] |
| bool POLYSTYLE::UsesTransparency | ( | ) | const [inline] |
Determine if the style uses transparency Note: if the style uses a fill pattern, this method can't tell if that pattern will use transparency or not.
Definition at line 459 of file elemstyl.h.
| double POLYSTYLE::Angle |
Definition at line 381 of file elemstyl.h.
Definition at line 378 of file elemstyl.h.
| double POLYSTYLE::BorderScale |
Width of border (usually in millimeters) or pattern zoom factor.
Definition at line 379 of file elemstyl.h.
Definition at line 382 of file elemstyl.h.
| char* POLYSTYLE::FillDesc |
Definition at line 377 of file elemstyl.h.
| char* POLYSTYLE::LineDesc |
| double POLYSTYLE::MapScale |
Definition at line 380 of file elemstyl.h.
Definition at line 376 of file elemstyl.h.
1.5.2