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