Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush method

XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method

Maakt een nieuwe effen kleurpenseel.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
ParameterTypeBeschrijving
kleurSystem::Drawing::ColorDe kleur voor gevulde elementen.

ReturnValue

Nieuwe solid color brush.

Zie ook

XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method

Maakt een nieuwe effen kleurpenseel.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
ParameterTypeBeschrijving
kleurSystem::SharedPtr<XpsModel::XpsColor>De kleur voor gevulde elementen.

ReturnValue

Nieuwe solid color brush.

Zie ook