Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush method
PageAPI::CreateSolidColorBrush(System::Drawing::Color) method
创建一个新的纯色画刷。
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::Drawing::Color color)
| Parameter | Type | 描述 |
|---|---|---|
| color | System::Drawing::Color | 填充元素的颜色。 |
ReturnValue
新的纯色画刷。
另见
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class Color
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
创建一个新的纯色画刷。
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
| Parameter | Type | 描述 |
|---|---|---|
| color | System::SharedPtr<XpsModel::XpsColor> | 填充元素的颜色。 |
ReturnValue
新的纯色画刷。
另见
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++