Aspose::Cells::Drawing::TextureFill class

TextureFill class

Encapsulates the object that represents texture fill format.

class TextureFill

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
IsTiling()Indicates whether tile picture as texture.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also