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

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

Erstellt einen neuen Vollfarb-Pinsel.

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

ReturnValue

Neuer Vollfarb-Pinsel.

Siehe auch

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

Erstellt einen neuen Vollfarb-Pinsel.

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

ReturnValue

Neuer Vollfarb-Pinsel.

Siehe auch