Aspose::Pdf::Drawing::GradientAxialShading class
GradientAxialShading class
Represents gradient axial shading class.
class GradientAxialShading : public Aspose::Pdf::Drawing::PatternColorSpace
Methods
Method | Description |
---|---|
get_End() const | Gets end point. |
get_EndColor() const | Gets end color. |
get_Start() const | Gets start point. |
get_StartColor() const | Gets start color. |
GradientAxialShading() | Initializes a new instance of the GradientAxialShading class. |
GradientAxialShading(System::SharedPtr<Color>, System::SharedPtr<Color>) | Initializes a new instance of the GradientAxialShading class. |
set_End(System::SharedPtr<Point>) | Sets end point. |
set_EndColor(System::SharedPtr<Color>) | Sets end color. |
set_Start(System::SharedPtr<Point>) | Sets start point. |
set_StartColor(System::SharedPtr<Color>) | Sets start color. |
See Also
- Class PatternColorSpace
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++