TextureFill

TextureFill class

Encapsulates the object that represents texture fill format

Properties

NameTypeDescription
TypeintGets 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.
PictureFormatTypeintGets and sets the picture format type. The value of the property is FillPictureType integer constant.
ScalefloatGets and sets the picture format scale.
TransparencyfloatReturns 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: int

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: int

TextureFill.Scale property

Gets and sets the picture format scale.

Type: float

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: float

equals(obj)

/

ParameterTypeDescription
objObject

hashCode()

Gets the hash code.