Aspose::Pdf::Drawing::GradientRadialShading class
Contents
[
Hide
]GradientRadialShading class
Represents gradient radial shading type.
class GradientRadialShading : public Aspose::Pdf::Drawing::PatternColorSpace
Methods
Method | Description |
---|---|
get_End() const | Gets ending circle center point. |
get_EndColor() const | Gets end color. |
get_EndingRadius() const | Gets ending circle radius. |
get_Start() const | Gets starting circle center point. |
get_StartColor() const | Gets start color. |
get_StartingRadius() const | Gets starting circle radius. |
GradientRadialShading() | Initializes a new instance of the GradientRadialShading class. |
GradientRadialShading(System::SharedPtr<Color>, System::SharedPtr<Color>) | Initializes a new instance of the GradientRadialShading class. |
set_End(System::SharedPtr<Point>) | Sets ending circle center point. |
set_EndColor(System::SharedPtr<Color>) | Sets end color. |
set_EndingRadius(double) | Sets ending circle radius. |
set_Start(System::SharedPtr<Point>) | Sets starting circle center point. |
set_StartColor(System::SharedPtr<Color>) | Sets start color. |
set_StartingRadius(double) | Sets starting circle radius. |
See Also
- Class PatternColorSpace
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++