Represents the gradient stop collection. More...
Inherits CollectionBase.
Public Member Functions | |
virtual void | Add (Aspose::Cells::Systems::Double position, intrusive_ptr< Aspose::Cells::ICellsColor > color, Aspose::Cells::Systems::Int32 alpha)=0 |
Add a gradient stop. More... | |
virtual void | Add (Aspose::Cells::Systems::Double position, intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > color, Aspose::Cells::Systems::Int32 alpha)=0 |
Add a gradient stop. More... | |
virtual intrusive_ptr< Aspose::Cells::Drawing::IGradientStop > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Gets the gradient stop by the index. More... | |
virtual void | SetObjectByIndex (Aspose::Cells::Systems::Int32 index, intrusive_ptr< Aspose::Cells::Drawing::IGradientStop > value)=0 |
Gets the gradient stop by the index. More... | |
Represents the gradient stop collection.
|
pure virtual |
Add a gradient stop.
position | The position of the stop,in unit of percentage. |
color | The color of the stop. |
alpha | The alpha of the color. |
|
pure virtual |
Add a gradient stop.
position | The position of the stop,in unit of percentage. |
color | The color of the stop. |
alpha | The alpha of the color. |
|
pure virtual |
Gets the gradient stop by the index.
index | The index. |
|
pure virtual |
Gets the gradient stop by the index.
index | The index. |