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)
パラメーター説明
colorSystem::Drawing::Color塗りつぶし要素の色。

ReturnValue

新しい単色ブラシ。

参照

PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method

新しい単色ブラシを作成します。

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
パラメーター説明
colorSystem::SharedPtr<XpsModel::XpsColor>塗りつぶし要素の色。

ReturnValue

新しい単色ブラシ。

参照