Aspose::Page::XPS::XpsDocument::CreateArcSegment yöntemi

XpsDocument::CreateArcSegment method

Yeni bir eliptik yay segmenti oluşturur.

System::SharedPtr<XpsModel::XpsArcSegment> Aspose::Page::XPS::XpsDocument::CreateArcSegment(System::Drawing::PointF point, System::Drawing::SizeF size, float rotationAngle, bool isLargeArc, XpsModel::XpsSweepDirection sweepDirection, bool isStroked=true)
ParameterTypeAçıklama
noktaSystem::Drawing::PointFEliptik yayının son noktası.
sizeSystem::Drawing::SizeFEliptik yayının x ve y yarıçapı x,y çifti olarak.
rotationAnglefloatElipsin mevcut koordinat sistemine göre nasıl döndürüldüğünü gösterir.
isLargeArcboolYayın 180 derece veya daha büyük bir açıyla çizilip çizilmediğini belirler.
sweepDirectionXpsModel::XpsSweepDirectionYayın çizildiği yön.
isStrokedboolBu yol segmentinin çizgisinin çizilip çizilmediğini belirtir.

ReturnValue

Yeni eliptik yay segmenti.

Ayrıca Bakınız