| Property Getters/Setters Summary | ||
|---|---|---|
function | getImageData() | |
function | setImageData(value) | |
| Gets and sets the image data of the fill. | ||
function | isTiling() | |
function | setTiling(value) | |
| Indicates whether tile picture as texture. | ||
function | getPicFormatOption() | |
function | setPicFormatOption(value) | |
| Gets or sets pictrue format option. | ||
function | getPictureFormatType() | |
function | setPictureFormatType(value) | |
| Gets and sets the picture format type. The value of the property is FillPictureType integer constant. | ||
function | getScale() | |
function | setScale(value) | |
| Gets and sets the picture format scale. | ||
function | getTilePicOption() | |
function | setTilePicOption(value) | |
| Gets or sets tile picture option. | ||
function | getTransparency() | |
function | setTransparency(value) | |
| Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | ||
function | getType() | |
function | setType(value) | |
| Gets and sets the texture type The value of the property is TextureType integer constant. | ||
| Property Getters/Setters Detail |
|---|
getType/setType : Number | |
function getType() / function setType(value) | |
getImageData/setImageData : byte[] | |
function getImageData() / function setImageData(value) | |
isTiling/setTiling : boolean | |
function isTiling() / function setTiling(value) | |
getPicFormatOption/setPicFormatOption : PicFormatOption | |
function getPicFormatOption() / function setPicFormatOption(value) | |
getTilePicOption/setTilePicOption : TilePicOption | |
function getTilePicOption() / function setTilePicOption(value) | |
getPictureFormatType/setPictureFormatType : Number | |
function getPictureFormatType() / function setPictureFormatType(value) | |
getScale/setScale : Number | |
function getScale() / function setScale(value) | |
getTransparency/setTransparency : Number | |
function getTransparency() / function setTransparency(value) | |