Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush طريقة

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

ينشئ فرشاة لون صلب جديدة.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::Drawing::Color color)
ParameterTypeالوصف
اللونSystem::Drawing::Colorاللون للعناصر المملوءة.

ReturnValue

فرشاة لون صلبة جديدة.

انظر أيضًا

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

ينشئ فرشاة لون صلب جديدة.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
ParameterTypeالوصف
اللونSystem::SharedPtr<XpsModel::XpsColor>اللون للعناصر المملوءة.

ReturnValue

فرشاة لون صلبة جديدة.

انظر أيضًا