Aspose::Cells::Drawing::TilePicOption class

TilePicOption class

Represents tile picture as texture.

class TilePicOption

Methods

MethodDescription
GetAlignmentType()Gets or sets the alignment for tiling.
GetMirrorType()Gets or sets the mirror type for tiling.
GetOffsetX()Gets or sets the X offset for tiling picture.
GetOffsetY()Gets or sets the Y offset for tiling picture.
GetScaleX()Gets or sets the X scale for tiling picture.
GetScaleY()Gets or sets the Y scale for tiling picture.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const TilePicOption& src)operator=
SetAlignmentType(RectangleAlignmentType value)Gets or sets the alignment for tiling.
SetMirrorType(MirrorType value)Gets or sets the mirror type for tiling.
SetOffsetX(double value)Gets or sets the X offset for tiling picture.
SetOffsetY(double value)Gets or sets the Y offset for tiling picture.
SetScaleX(double value)Gets or sets the X scale for tiling picture.
SetScaleY(double value)Gets or sets the Y scale for tiling picture.
TilePicOption()Default constructor.
TilePicOption(TilePicOption_Impl* impl)Constructs from an implementation object.
TilePicOption(const TilePicOption& src)Copy constructor.
~TilePicOption()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also