Aspose::Page::XPS::XpsModel::XpsRadialGradientBrush class
Contents
[
Hide
]XpsRadialGradientBrush class
Class incapsulating RadialGradientBrush property element features. This element is used to specify a radial gradient brush.
class XpsRadialGradientBrush : public Aspose::Page::XPS::XpsModel::XpsGradientBrush
Methods
Method | Description |
---|---|
Clone() | Clones this radial graduent brush. |
get_Center() const | Returns/sets the center point of the radial gradient (that is, the center of the ellipse). |
get_GradientOrigin() const | Returns/sets the origin point of the radial gradient. |
get_RadiusX() const | Returns/sets the radius in the x dimension of the ellipse which defines the radial gradient. |
get_RadiusY() const | Returns/sets the radius in the y dimension of the ellipse which defines the radial gradient. |
set_Center(System::Drawing::PointF) | Returns/sets the center point of the radial gradient (that is, the center of the ellipse). |
set_GradientOrigin(System::Drawing::PointF) | Returns/sets the origin point of the radial gradient. |
set_RadiusX(float) | Returns/sets the radius in the x dimension of the ellipse which defines the radial gradient. |
set_RadiusY(float) | Returns/sets the radius in the y dimension of the ellipse which defines the radial gradient. |
See Also
- Class XpsGradientBrush
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++