Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush method
PageAPI::CreateSolidColorBrush(System::Drawing::Color) method
Erstellt einen neuen Vollfarb-Pinsel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::Drawing::Color color)
| Parameter | Typ | Beschreibung |
|---|---|---|
| color | System::Drawing::Color | Die Farbe für ausgefüllte Elemente. |
ReturnValue
Neuer Vollfarb-Pinsel.
Siehe auch
- 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
Erstellt einen neuen Vollfarb-Pinsel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
| Parameter | Typ | Beschreibung |
|---|---|---|
| color | System::SharedPtr<XpsModel::XpsColor> | Die Farbe für ausgefüllte Elemente. |
ReturnValue
Neuer Vollfarb-Pinsel.
Siehe auch
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++