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

새 선형 그라디언트 브러시.

또 보기