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)
パラメーター説明
colorSystem::Drawing::Colorグラデーション ストップの色です。
offset単精度浮動小数点数グラデーションのオフセットです。

ReturnValue

新しいグラデーション ストップです。

参照

XpsDocument::CreateGradientStop(System::SharedPtr<XpsModel::XpsColor>, float) method

新しいグラデーション ストップを作成します。

System::SharedPtr<XpsModel::XpsGradientStop> Aspose::Page::XPS::XpsDocument::CreateGradientStop(System::SharedPtr<XpsModel::XpsColor> color, float offset)
パラメーター説明
colorSystem::SharedPtr<XpsModel::XpsColor>グラデーション ストップの色です。
offset単精度浮動小数点数グラデーションのオフセットです。

ReturnValue

新しいグラデーション ストップです。

参照