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

ReturnValue

New solid color brush.

See Also

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

ReturnValue

New solid color brush.

See Also