Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush method
Contenu
[
Cacher
]PageAPI::CreateLinearGradientBrush(System::Drawing::PointF, System::Drawing::PointF) method
Crée un nouveau pinceau de dégradé linéaire.
System::SharedPtr<XpsModel::XpsLinearGradientBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush(System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
| Paramètre | Type | Description |
|---|---|---|
| startPoint | System::Drawing::PointF | Le point de départ du dégradé linéaire. |
| endPoint | System::Drawing::PointF | Le point d’arrivée du dégradé linéaire. |
ReturnValue
Nouveau pinceau de dégradé linéaire.
Voir aussi
- Typedef SharedPtr
- Class XpsLinearGradientBrush
- Class PointF
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateLinearGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>>, System::Drawing::PointF, System::Drawing::PointF) method
Crée un nouveau pinceau de dégradé linéaire.
System::SharedPtr<XpsModel::XpsLinearGradientBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>> gradientStops, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
| Paramètre | Type | Description |
|---|---|---|
| gradientStops | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>> | La liste des arrêts de dégradé. |
| startPoint | System::Drawing::PointF | Le point de départ du dégradé linéaire. |
| endPoint | System::Drawing::PointF | Le point d’arrivée du dégradé linéaire. |
ReturnValue
Nouveau pinceau de dégradé linéaire.
Voir aussi
- Typedef SharedPtr
- Class XpsLinearGradientBrush
- Class List
- Class XpsGradientStop
- Class PointF
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++