Aspose::Page::XPS::XpsDocument::CreateGradientStop method
XpsDocument::CreateGradientStop(System::Drawing::Color, float) method
新しいグラデーション ストップを作成します。
System::SharedPtr<XpsModel::XpsGradientStop> Aspose::Page::XPS::XpsDocument::CreateGradientStop(System::Drawing::Color color, float offset)
| パラメーター | 型 | 説明 |
|---|---|---|
| color | System::Drawing::Color | グラデーション ストップの色です。 |
| offset | 単精度浮動小数点数 | グラデーションのオフセットです。 |
ReturnValue
新しいグラデーション ストップです。
参照
- Typedef SharedPtr
- Class XpsGradientStop
- Class Color
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateGradientStop(System::SharedPtr<XpsModel::XpsColor>, float) method
新しいグラデーション ストップを作成します。
System::SharedPtr<XpsModel::XpsGradientStop> Aspose::Page::XPS::XpsDocument::CreateGradientStop(System::SharedPtr<XpsModel::XpsColor> color, float offset)
| パラメーター | 型 | 説明 |
|---|---|---|
| color | System::SharedPtr<XpsModel::XpsColor> | グラデーション ストップの色です。 |
| offset | 単精度浮動小数点数 | グラデーションのオフセットです。 |
ReturnValue
新しいグラデーション ストップです。
参照
- Typedef SharedPtr
- Class XpsGradientStop
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++