Aspose::Cells::Drawing::GradientStop class
Contents
[
Hide
]GradientStop class
Represents the gradient stop.
class GradientStop
Methods
Method | Description |
---|---|
GetCellsColor() | Gets the color of this gradient stop. |
GetPosition() | The position of the stop. |
GetTransparency() | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
GradientStop(GradientStop_Impl* impl) | Constructs from an implementation object. |
GradientStop(const GradientStop& src) | Copy constructor. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const GradientStop& src) | operator= |
SetPosition(double value) | The position of the stop. |
SetTransparency(double value) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
~GradientStop() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++