Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush طريقة
XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method
ينشئ فرشاة لون صلب جديدة.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
| Parameter | Type | الوصف |
|---|---|---|
| اللون | System::Drawing::Color | اللون للعناصر المملوءة. |
ReturnValue
فرشاة لون صلبة جديدة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class Color
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
ينشئ فرشاة لون صلب جديدة.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
| Parameter | Type | الوصف |
|---|---|---|
| اللون | System::SharedPtr<XpsModel::XpsColor> | اللون للعناصر المملوءة. |
ReturnValue
فرشاة لون صلبة جديدة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++