Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush method

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

Erstellt einen neuen Vollfarb-Pinsel.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::Drawing::Color color)
ParameterTypBeschreibung
colorSystem::Drawing::ColorDie Farbe für ausgefüllte Elemente.

ReturnValue

Neuer Vollfarb-Pinsel.

Siehe auch

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

Erstellt einen neuen Vollfarb-Pinsel.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
ParameterTypBeschreibung
colorSystem::SharedPtr<XpsModel::XpsColor>Die Farbe für ausgefüllte Elemente.

ReturnValue

Neuer Vollfarb-Pinsel.

Siehe auch