Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush metodu

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

Yeni bir katı renk fırçası oluşturur.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
ParameterTypeAçıklama
renkSystem::Drawing::ColorDolu öğeler için renk.

ReturnValue

Yeni katı renk fırçası.

Ayrıca Bakınız

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

Yeni bir katı renk fırçası oluşturur.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
ParameterTypeAçıklama
renkSystem::SharedPtr<XpsModel::XpsColor>Dolu öğeler için renk.

ReturnValue

Yeni katı renk fırçası.

Ayrıca Bakınız