Aspose::Page::XPS::XpsModel::XpsLinearGradientBrush class
XpsLinearGradientBrush class
Class incapsulating LinearGradientBrush property element features. This element is used to specify a linear gradient brush along a vector.
class XpsLinearGradientBrush : public Aspose::Page::XPS::XpsModel::XpsGradientBrush
Methods
| Method | Description |
|---|---|
| Clone() | Clones this linear gradient brush. |
| get_EndPoint() const | Returns/sets the end point of the linear gradient. |
| get_StartPoint() const | Returns/sets the starting point of the linear gradient. |
| set_EndPoint(System::Drawing::PointF) | Returns/sets the end point of the linear gradient. |
| set_StartPoint(System::Drawing::PointF) | Returns/sets the starting point of the linear gradient. |
See Also
- Class XpsGradientBrush
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++