#include <mainpage.h>
This class provides a placeholder to put values necessary to create a Region with FBLayout.AddRegion(). Each region components: X, Y, Width and Height needs its own FBAddRegionParam. ex:
Python Docstring:
__init__( (object)arg1, (object)arg2, (FBAttachType)arg3, (str)arg4 [, (float)arg5]) -> None
Initialize a region params.
Read Property: (FBPropertyFloat) Multiplier of relative value.
Read Property: (FBPropertyInt) Offset in pixel according depending on the use of FBAddRegionParam (X, Y, W or H).
Read Property: (str) Name of Region to attach relative to.
Read Property: (FBAttachType) Type of Attachment.