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)
ParameterTipeDeskripsi
warnaSystem::Drawing::ColorWarna untuk elemen yang diisi.

ReturnValue

Kuas warna solid baru.

Lihat Juga

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)
ParameterTipeDeskripsi
warnaSystem::SharedPtr<XpsModel::XpsColor>Warna untuk elemen yang diisi.

ReturnValue

Kuas warna solid baru.

Lihat Juga