Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush metod
XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method
Skapar en ny solid färgpensel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
| Parameter | Type | Beskrivning |
|---|---|---|
| color | System::Drawing::Color | Färgen för fyllda element. |
ReturnValue
Ny solid färgpensel.
Se även
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class Color
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
Skapar en ny solid färgpensel.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
| Parameter | Type | Beskrivning |
|---|---|---|
| color | System::SharedPtr<XpsModel::XpsColor> | Färgen för fyllda element. |
ReturnValue
Ny solid färgpensel.
Se även
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++