FBAddRegionParam Class Reference
#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:
mainLyt.AddRegion("main","main", x, y, w, h)
__init__ |
( |
object |
arg1, |
|
|
object |
arg2, |
|
|
FBAttachType |
arg3, |
|
|
str |
arg4, |
|
|
float |
arg5 |
|
) |
| |
Python Docstring:
__init__( (object)arg1, (object)arg2, (FBAttachType)arg3, (str)arg4 [, (float)arg5]) -> None
Initialize a region params.
- Parameters
-
pPos | Offset in pixel according depending on the use of FBAddRegionParam (X, Y, W or H) |
pType | Type of Attachment. |
pRelative | Name of Region to attach relative to. |
pMult | Multiplier of relative value. |
Read Property: (str) Name of Region to attach relative to.