TextureFill

TextureFill class

Encapsulates the object that represents texture fill format

Properties

NameTypeDescription
TypeNumberGets and sets the texture type The value of the property is TextureType integer constant.
ImageDatabyte[]Gets and sets the image data of the fill.
IsTilingbooleanIndicates whether tile picture as texture.
PicFormatOptionPicFormatOptionGets or sets picture format option.
TilePicOptionTilePicOptionGets or sets tile picture option.
PictureFormatTypeNumberGets and sets the picture format type. The value of the property is FillPictureType integer constant.
ScaleNumberGets and sets the picture format scale.
TransparencyNumberReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

NameDescription
equals/
hashCodeGets the hash code.

TextureFill.Type property

Gets and sets the texture type The value of the property is TextureType integer constant.

Type: Number

TextureFill.ImageData property

Gets and sets the image data of the fill.

Type: byte[]

TextureFill.IsTiling property

Indicates whether tile picture as texture.

Type: boolean

TextureFill.PicFormatOption property

Gets or sets picture format option.

Type: PicFormatOption

TextureFill.TilePicOption property

Gets or sets tile picture option.

Type: TilePicOption

TextureFill.PictureFormatType property

Gets and sets the picture format type. The value of the property is FillPictureType integer constant.

Type: Number

TextureFill.Scale property

Gets and sets the picture format scale.

Type: Number

TextureFill.Transparency property

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Type: Number

equals(obj)

/

ParameterTypeDescription
objObject

hashCode()

Gets the hash code.