Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush méthode
PageAPI::CreateSolidColorBrush(System::Drawing::Color) method
Crée un nouveau pinceau de couleur unie.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::Drawing::Color color)
| Paramètre | Type | Description |
|---|---|---|
| couleur | System::Drawing::Color | La couleur pour les éléments remplis. |
ReturnValue
Nouveau pinceau à couleur unie.
Voir aussi
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class Color
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
Crée un nouveau pinceau de couleur unie.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
| Paramètre | Type | Description |
|---|---|---|
| couleur | System::SharedPtr<XpsModel::XpsColor> | La couleur pour les éléments remplis. |
ReturnValue
Nouveau pinceau à couleur unie.
Voir aussi
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++