Aurelon Open API 8.1.1
|
Pattern fill. More...
Public Member Functions | |
AOI_Object * | GetTile () const |
AOI_Point | GetDeltas () const |
const AOI_Mapping & | GetMapping () const |
uint32_t | GetType () const |
void | Dispose () |
Pattern fill.
Definition at line 161 of file AOI_Style.h.
|
inherited |
Decreases the ownercount of this style. If the ownercount equals zero after this decrease, the style is not used anymore and will be deleted.
Definition at line 136 of file AOI_Style.cpp.
AOI_Point AOI_Style_Pattern::GetDeltas | ( | ) | const |
Returns the displacement in X and Y used to build the pattern.
Definition at line 361 of file AOI_Style.cpp.
const AOI_Mapping & AOI_Style_Pattern::GetMapping | ( | ) | const |
Returns the mapping of the pattern.
Definition at line 371 of file AOI_Style.cpp.
AOI_Object * AOI_Style_Pattern::GetTile | ( | ) | const |
Returns the AOI_Object which defines the tile the pattern is made of.
Definition at line 350 of file AOI_Style.cpp.
|
inherited |
Returns the type of the style.
Possible values are:
Definition at line 101 of file AOI_Style.cpp.