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

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

Erstellt einen neuen linearen Farbverlaufs-Pinsel.

System::SharedPtr<XpsModel::XpsLinearGradientBrush> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateLinearGradientBrush(System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
ParameterTypBeschreibung
startPointSystem::Drawing::PointFDer Startpunkt des linearen Farbverlaufs.
endPointSystem::Drawing::PointFDer Endpunkt des linearen Farbverlaufs.

ReturnValue

Neuer linearer Farbverlauf-Pinsel.

Siehe auch

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

Erstellt einen neuen linearen Farbverlaufs-Pinsel.

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)
ParameterTypBeschreibung
gradientStopsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>>Die Liste der Farbverlaufsstopps.
startPointSystem::Drawing::PointFDer Startpunkt des linearen Farbverlaufs.
endPointSystem::Drawing::PointFDer Endpunkt des linearen Farbverlaufs.

ReturnValue

Neuer linearer Farbverlauf-Pinsel.

Siehe auch