Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush method
XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method
Membuat solid color brush baru.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| warna | System::Drawing::Color | Warna untuk elemen yang diisi. |
ReturnValue
Kuas warna solid baru.
Lihat Juga
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class Color
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method
Membuat solid color brush baru.
System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| warna | System::SharedPtr<XpsModel::XpsColor> | Warna untuk elemen yang diisi. |
ReturnValue
Kuas warna solid baru.
Lihat Juga
- Typedef SharedPtr
- Class XpsSolidColorBrush
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++