Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush 메서드
XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method
새로운 단색 브러시를 생성합니다.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| color | 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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| color | System::SharedPtr<XpsModel::XpsColor> | 채워진 요소의 색상. |
ReturnValue
새 단색 브러시.
또 보기
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++