Constructor Summary |
---|
TilePicOption()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getAlignmentType() | |
method | setAlignmentType(value) | |
Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant. | ||
method | getMirrorType() | |
method | setMirrorType(value) | |
Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant. | ||
method | getOffsetX() | |
method | setOffsetX(value) | |
Gets or sets the X offset for tiling picture. | ||
method | getOffsetY() | |
method | setOffsetY(value) | |
Gets or sets the Y offset for tiling picture. | ||
method | getScaleX() | |
method | setScaleX(value) | |
Gets or sets the X scale for tiling picture. | ||
method | getScaleY() | |
method | setScaleY(value) | |
Gets or sets the Y scale for tiling picture. |
Constructor Detail |
---|
TilePicOption()
Property Getters/Setters Detail |
---|
getOffsetX/setOffsetX : float | |
float getOffsetX() / setOffsetX(value) |
getOffsetY/setOffsetY : float | |
float getOffsetY() / setOffsetY(value) |
getScaleX/setScaleX : float | |
float getScaleX() / setScaleX(value) |
getScaleY/setScaleY : float | |
float getScaleY() / setScaleY(value) |
getMirrorType/setMirrorType : int | |
int getMirrorType() / setMirrorType(value) |
getAlignmentType/setAlignmentType : int | |
int getAlignmentType() / setAlignmentType(value) |