Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush method
XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method
Erstellt einen neuen Vollfarb-Pinsel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
Erstellt einen neuen Vollfarb-Pinsel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::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 XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++