Aspose::Page::XPS::XpsModel::XpsRadialGradientBrush 类

XpsRadialGradientBrush class

封装 RadialGradientBrush 属性元素特性的类。此元素用于指定径向渐变画刷。

class XpsRadialGradientBrush : public Aspose::Page::XPS::XpsModel::XpsGradientBrush

方法

方法描述
Clone()克隆此径向渐变画刷。
get_Center() const返回/设置径向渐变的中心点(即椭圆的中心)。
get_GradientOrigin() const返回/设置径向渐变的原点。
get_RadiusX() const返回/设置定义径向渐变的椭圆在 x 方向的半径。
get_RadiusY() const返回/设置定义径向渐变的椭圆在 y 方向的半径。
set_Center(System::Drawing::PointF)返回/设置径向渐变的中心点(即椭圆的中心)。
set_GradientOrigin(System::Drawing::PointF)返回/设置径向渐变的原点。
set_RadiusX(float)返回/设置定义径向渐变的椭圆在 x 方向的半径。
set_RadiusY(float)返回/设置定义径向渐变的椭圆在 y 方向的半径。

另见