TextureFill
Contents
[
Hide
]TextureFill class
Encapsulates the object that represents texture fill format
class TextureFill;
Properties
Property | Type | Description |
---|---|---|
type | TextureType | Gets and sets the texture type |
imageData | Uint8Array | Gets and sets the image data of the fill. |
isTiling | boolean | Indicates whether tile picture as texture. |
picFormatOption | PicFormatOption | Gets or sets picture format option. |
tilePicOption | TilePicOption | Gets or sets tile picture option. |
pictureFormatType | FillPictureType | Gets and sets the picture format type. |
scale | number | Gets and sets the picture format scale. |
transparency | number | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
type
Gets and sets the texture type
type : TextureType;
imageData
Gets and sets the image data of the fill.
imageData : Uint8Array;
isTiling
Indicates whether tile picture as texture.
isTiling : boolean;
picFormatOption
Gets or sets picture format option.
picFormatOption : PicFormatOption;
tilePicOption
Gets or sets tile picture option.
tilePicOption : TilePicOption;
pictureFormatType
Gets and sets the picture format type.
pictureFormatType : FillPictureType;
scale
Gets and sets the picture format scale.
scale : number;
transparency
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
transparency : number;