Aspose::Page::XPS::XpsDocument::CreateLinearGradientBrush メソッド

XpsDocument::CreateLinearGradientBrush(System::Drawing::PointF, System::Drawing::PointF) method

新しい線形グラデーションブラシを作成します。

System::SharedPtr<XpsModel::XpsLinearGradientBrush> Aspose::Page::XPS::XpsDocument::CreateLinearGradientBrush(System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
パラメーター説明
startPointSystem::Drawing::PointF線形グラデーションの開始点。
endPointSystem::Drawing::PointF線形グラデーションの終了点。

ReturnValue

新しい線形グラデーションブラシ。

参照

XpsDocument::CreateLinearGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>>, System::Drawing::PointF, System::Drawing::PointF) method

新しい線形グラデーションブラシを作成します。

System::SharedPtr<XpsModel::XpsLinearGradientBrush> Aspose::Page::XPS::XpsDocument::CreateLinearGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>> gradientStops, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
パラメーター説明
gradientStopsSystem::SharedPtr\<System::Collections::Generic::List\<System::SharedPtr\XpsModel::XpsGradientStop\\\>\>グラデーションストップのリスト。
startPointSystem::Drawing::PointF線形グラデーションの開始点。
endPointSystem::Drawing::PointF線形グラデーションの終了点。

ReturnValue

新しい線形グラデーションブラシ。

参照