Pattern element referencing shared memory buffer. More...
#include <rvc/stylepatternhatch.h>

Classes | |
| struct | HATCHPATTELEM |
| Hatch pattern element structure. More... | |
Public Member Functions | |
| double | GetAngle () const |
| UINT8 | GetColorIndex () const |
| UINT32 | GetFlags () const |
| void | GetLinePattern (STYLEPATTERN_LINE &pattern) const |
| void | GetOriginOffset (DPOINT2D &offset) const |
| double | GetSpacing () const |
| double | GetThickness () const |
| ELEMENT_TYPE | GetType () const |
| bool | IsVisible () const |
Pattern element referencing shared memory buffer.
Primarily used by ITERATOR.
| double RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetAngle | ( | ) | const [inline] |
Get element angle.
| UINT8 RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetColorIndex | ( | ) | const [inline] |
Get color index.
| UINT32 RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetFlags | ( | ) | const [inline] |
Get element flags.
| void RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetLinePattern | ( | STYLEPATTERN_LINE & | pattern | ) | const |
Get element line pattern.
| void RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetOriginOffset | ( | DPOINT2D & | offset | ) | const [inline] |
Get element origin offset.
| double RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetSpacing | ( | ) | const [inline] |
Get spacing between repeated elements.
| double RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetThickness | ( | ) | const [inline] |
Get element thickness.
| ELEMENT_TYPE RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::GetType | ( | ) | const [inline] |
Get element type.
| bool RVC::STYLEPATTERN_HATCH::ELEMENT_SHARED::IsVisible | ( | ) | const [inline] |
Determine if element is visible.
1.6.1