Aspose::Cells::Drawing::GradientStopCollection class
Contents
[
Hide
]GradientStopCollection class
Represents the gradient stop collection.
class GradientStopCollection
Methods
Method | Description |
---|---|
Add(double position, const CellsColor& color, int32_t alpha) | Add a gradient stop. |
Add(double position, const Aspose::Cells::Color& color, int32_t alpha) | Add a gradient stop. |
Get(int32_t index) | Gets the gradient stop by the index. |
GetCount() | |
GradientStopCollection(GradientStopCollection_Impl* impl) | Constructs from an implementation object. |
GradientStopCollection(const GradientStopCollection& src) | Copy constructor. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const GradientStopCollection& src) | operator= |
Set(const GradientStop& value, int32_t index) | Gets the gradient stop by the index. |
~GradientStopCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++