Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush method
XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method
Maakt een nieuwe effen kleurpenseel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
| Parameter | Type | Beschrijving |
|---|---|---|
| kleur | System::Drawing::Color | De kleur voor gevulde elementen. |
ReturnValue
Nieuwe solid color brush.
Zie ook
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class Color
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
Maakt een nieuwe effen kleurpenseel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
| Parameter | Type | Beschrijving |
|---|---|---|
| kleur | System::SharedPtr<XpsModel::XpsColor> | De kleur voor gevulde elementen. |
ReturnValue
Nieuwe solid color brush.
Zie ook
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++