Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush metod

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

Skapar en ny solid färgpensel.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
ParameterTypeBeskrivning
colorSystem::Drawing::ColorFärgen för fyllda element.

ReturnValue

Ny solid färgpensel.

Se även

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

Skapar en ny solid färgpensel.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
ParameterTypeBeskrivning
colorSystem::SharedPtr<XpsModel::XpsColor>Färgen för fyllda element.

ReturnValue

Ny solid färgpensel.

Se även