#include <fbcontrols.h>
Region information structure.
Contains region attachment and relative value information.
Definition at line 371 of file fbcontrols.h.
Classes | |
struct | __AttachTo |
Structure for attachment components. More... | |
struct | __AttachType |
Structure for attachment types. More... | |
struct | __Pos |
Structure for absolute positions. More... | |
struct | __Ratio |
Structure for attachment ratio. More... | |
Public Attributes | |
FBPropertyString | Name |
Property: Region name. More... | |
FBPropertyInt | X |
Property: Region X offset. More... | |
FBPropertyInt | Y |
Property: Region Y offset. More... | |
FBPropertyInt | Width |
Property: Region width offset. More... | |
FBPropertyInt | Height |
Property: Region height offset. More... | |
struct ORSDK2018::FBVisualComponent::__Region::__Ratio | Ratio |
struct ORSDK2018::FBVisualComponent::__Region::__AttachType | AttachType |
struct ORSDK2018::FBVisualComponent::__Region::__AttachTo | AttachTo |
struct ORSDK2018::FBVisualComponent::__Region::__Pos | Position |
struct ORSDK2018::FBVisualComponent::__Region::__AttachTo AttachTo |
struct ORSDK2018::FBVisualComponent::__Region::__AttachType AttachType |
FBPropertyInt Height |
Property: Region height offset.
Definition at line 378 of file fbcontrols.h.
FBPropertyString Name |
Property: Region name.
Definition at line 373 of file fbcontrols.h.
struct ORSDK2018::FBVisualComponent::__Region::__Pos Position |
struct ORSDK2018::FBVisualComponent::__Region::__Ratio Ratio |
FBPropertyInt Width |
Property: Region width offset.
Definition at line 377 of file fbcontrols.h.
Property: Region X offset.
Definition at line 375 of file fbcontrols.h.
Property: Region Y offset.
Definition at line 376 of file fbcontrols.h.