Aspose::Page::XPS::XpsDocument::CreateLinearGradientBrush metodu

XpsDocument::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::XpsDocument::CreateLinearGradientBrush(System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
ParameterTypeAçıklama
startPointSystem::Drawing::PointFDoğrusal degrade’nin başlangıç noktası.
endPointSystem::Drawing::PointFDoğrusal degrade’nin bitiş noktası.

ReturnValue

Yeni doğrusal degrade fırçası.

Ayrıca Bakınız

XpsDocument::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::XpsDocument::CreateLinearGradientBrush(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>> gradientStops, System::Drawing::PointF startPoint, System::Drawing::PointF endPoint)
ParameterTypeAçıklama
gradientStopsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<XpsModel::XpsGradientStop>>>Degrade duraklarının listesi.
startPointSystem::Drawing::PointFDoğrusal degrade’nin başlangıç noktası.
endPointSystem::Drawing::PointFDoğrusal degrade’nin bitiş noktası.

ReturnValue

Yeni doğrusal degrade fırçası.

Ayrıca Bakınız