Constructor Summary |
---|
PicFormatOption()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getBottom() | |
method | setBottom(value) | |
Gets or sets the bottom offset for stretching picture. | ||
method | getLeft() | |
method | setLeft(value) | |
Gets or sets the left offset for stretching picture. | ||
method | getRight() | |
method | setRight(value) | |
Gets or sets the right offset for stretching picture. | ||
method | getScale() | |
method | setScale(value) | |
Gets or sets how many the picture stack and scale with. | ||
method | getTop() | |
method | setTop(value) | |
Gets or sets the top offset for stretching picture. | ||
method | getType() | |
method | setType(value) | |
Gets or sets the picture fill type. The value of the property is FillPictureType integer constant. |
Constructor Detail |
---|
PicFormatOption()
Property Getters/Setters Detail |
---|
getType/setType : int | |
int getType() / setType(value) |
getScale/setScale : float | |
float getScale() / setScale(value) |
getLeft/setLeft : float | |
float getLeft() / setLeft(value) |
getTop/setTop : float | |
float getTop() / setTop(value) |
getBottom/setBottom : float | |
float getBottom() / setBottom(value) |
getRight/setRight : float | |
float getRight() / setRight(value) |