Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush method
PageAPI::CreateSolidColorBrush(System::Drawing::Color) method
Creates a new solid color brush.
System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::Drawing::Color color)
Parameter | Type | Description |
---|---|---|
color | System::Drawing::Color | The color for filled elements. |
ReturnValue
New solid color brush.
See Also
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class Color
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateSolidColorBrush(System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsColor>) method
Creates a new solid color brush.
System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsColor> color)
Parameter | Type | Description |
---|---|---|
color | System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsColor> | The color for filled elements. |
ReturnValue
New solid color brush.
See Also
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++