Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush method
PageAPI::CreateSolidColorBrush(System::Drawing::Color) method
Maakt een nieuwe effen kleurpenseel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::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 PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
Maakt een nieuwe effen kleurpenseel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::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 PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++