Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush method
İçindekiler
[
Saklamak
]PageAPI::CreateLinearGradientBrush(System::Drawing::PointF, System::Drawing::PointF) method
Yeni bir doğrusal gradient fırçası oluşturur.
System::SharedPtr<XpsModel::XpsLinearGradientBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush(System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
| Parameter | Type | Açıklama |
|---|---|---|
| startPoint | System::Drawing::PointF | Doğrusal degrade’nin başlangıç noktası. |
| endPoint | System::Drawing::PointF | Doğrusal degrade’nin bitiş noktası. |
ReturnValue
Yeni doğrusal degrade fırçası.
Ayrıca Bakınız
- 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
Yeni bir doğrusal gradient fırçası oluşturur.
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)
| Parameter | Type | Açıklama |
|---|---|---|
| gradientStops | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>> | Degrade duraklarının listesi. |
| startPoint | System::Drawing::PointF | Doğrusal degrade’nin başlangıç noktası. |
| endPoint | System::Drawing::PointF | Doğrusal degrade’nin bitiş noktası. |
ReturnValue
Yeni doğrusal degrade fırçası.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsLinearGradientBrush
- Class List
- Class XpsGradientStop
- Class PointF
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++