Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateRadialGradientBrush method

PageAPI::CreateRadialGradientBrush(System::Drawing::PointF, System::Drawing::PointF, float, float) method

新しい放射状グラデーションブラシを作成します。

System::SharedPtr<XpsModel::XpsRadialGradientBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateRadialGradientBrush(System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY)
パラメーター説明
centerSystem::Drawing::PointF放射状グラデーションの中心点(すなわち楕円の中心)です。
gradientOriginSystem::Drawing::PointF放射状グラデーションの起点です。
radiusX単精度浮動小数点数放射状グラデーションを定義する楕円の x 軸方向の半径です。
radiusY単精度浮動小数点数放射状グラデーションを定義する楕円の y 軸方向の半径です。

ReturnValue

新しい放射状グラデーションブラシです。

参照

PageAPI::CreateRadialGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>>, System::Drawing::PointF, System::Drawing::PointF, float, float) method

新しい放射状グラデーションブラシを作成します。

System::SharedPtr<XpsModel::XpsRadialGradientBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateRadialGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>> gradientStops, System::Drawing::PointF center, System::Drawing::PointF gradientOrigin, float radiusX, float radiusY)
パラメーター説明
gradientStopsSystem::SharedPtr\<System::Collections::Generic::List\<System::SharedPtr\XpsModel::XpsGradientStop\\\>\>グラデーションストップのリスト。
centerSystem::Drawing::PointF放射状グラデーションの中心点(すなわち楕円の中心)です。
gradientOriginSystem::Drawing::PointF放射状グラデーションの起点です。
radiusX単精度浮動小数点数放射状グラデーションを定義する楕円の x 軸方向の半径です。
radiusY単精度浮動小数点数放射状グラデーションを定義する楕円の y 軸方向の半径です。

ReturnValue

新しい放射状グラデーションブラシです。

参照