Aspose::Cells::Drawing::TextureFill class
Contents
[
Hide
]TextureFill class
Encapsulates the object that represents texture fill format.
class TextureFill
Methods
Method | Description |
---|---|
GetImageData() | Gets and sets the image data of the fill. |
GetPicFormatOption() | Gets or sets picture format option. |
GetPictureFormatType() | Gets and sets the picture format type. |
GetScale() | Gets and sets the picture format scale. |
GetTilePicOption() | Gets or sets tile picture option. |
GetTransparency() | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
GetType() | Gets and sets the texture type. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsTiling() | Indicates whether tile picture as texture. |
explicit operator bool() const | operator bool() |
operator=(const TextureFill& src) | operator= |
SetImageData(const Vector <uint8_t>& value) | Gets and sets the image data of the fill. |
SetIsTiling(bool value) | Indicates whether tile picture as texture. |
SetPicFormatOption(const PicFormatOption& value) | Gets or sets picture format option. |
SetPictureFormatType(FillPictureType value) | Gets and sets the picture format type. |
SetScale(double value) | Gets and sets the picture format scale. |
SetTilePicOption(const TilePicOption& value) | Gets or sets tile picture option. |
SetTransparency(double value) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
SetType(TextureType value) | Gets and sets the texture type. |
TextureFill(TextureFill_Impl* impl) | Constructs from an implementation object. |
TextureFill(const TextureFill& src) | Copy constructor. |
~TextureFill() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++