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++