TextureFill
Contents
[
Hide
]TextureFill class
Encapsulates the object that represents texture fill format
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets and sets the texture type The value of the property is TextureType integer constant. |
| ImageData | byte[] | 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 | int | Gets and sets the picture format type. The value of the property is FillPictureType integer constant. |
| Scale | float | Gets and sets the picture format scale. |
| Transparency | float | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Methods
| Name | Description |
|---|---|
| equals | / |
| hashCode | Gets 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)
/
| Parameter | Type | Description |
|---|---|---|
| obj | Object |
hashCode()
Gets the hash code.