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)
ParameterTypeDescription
colorSystem::Drawing::ColorThe color for filled elements.

ReturnValue

New solid color brush.

See Also

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)
ParameterTypeDescription
colorSystem::SharedPtr<XpsModel::XpsColor>The color for filled elements.

ReturnValue

New solid color brush.

See Also