Aspose::Cells::Drawing::TilePicOption class
Contents
[
Hide
]TilePicOption class
Represents tile picture as texture.
class TilePicOption
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++