TextureFill Class
Contents
[
Hide
]TextureFill class
Encapsulates the object that represents texture fill format
type TextureFill struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets and sets the texture type |
SetType | Gets and sets the texture type |
IsTiling | Indicates whether tile picture as texture. |
SetIsTiling | Indicates whether tile picture as texture. |
GetPicFormatOption | Gets or sets picture format option. |
SetPicFormatOption | Gets or sets picture format option. |
GetTilePicOption | Gets or sets tile picture option. |
SetTilePicOption | Gets or sets tile picture option. |
GetPictureFormatType | Gets and sets the picture format type. |
SetPictureFormatType | Gets and sets the picture format type. |
GetScale | Gets and sets the picture format scale. |
SetScale | Gets and sets the picture format scale. |
GetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
SetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |