Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush method
PageAPI::CreateLinearGradientBrush(System::Drawing::PointF, System::Drawing::PointF) method
新しい線形グラデーションブラシを作成します。
System::SharedPtr<XpsModel::XpsLinearGradientBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush(System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
| パラメーター | 型 | 説明 |
|---|---|---|
| startPoint | System::Drawing::PointF | 線形グラデーションの開始点。 |
| endPoint | System::Drawing::PointF | 線形グラデーションの終了点。 |
ReturnValue
新しい線形グラデーションブラシ。
参照
- Typedef SharedPtr
- Class XpsLinearGradientBrush
- Class PointF
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::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::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>> gradientStops, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
| パラメーター | 型 | 説明 |
|---|---|---|
| gradientStops | System::SharedPtr\<System::Collections::Generic::List\<System::SharedPtr\XpsModel::XpsGradientStop\\\>\> | グラデーションストップのリスト。 |
| startPoint | System::Drawing::PointF | 線形グラデーションの開始点。 |
| endPoint | System::Drawing::PointF | 線形グラデーションの終了点。 |
ReturnValue
新しい線形グラデーションブラシ。
参照
- Typedef SharedPtr
- Class XpsLinearGradientBrush
- Class List
- Class XpsGradientStop
- Class PointF
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++