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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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++