Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment method
XpsDocument::CreatePolyLineSegment method
Keyfi sayıda bireysel köşe içeren yeni bir çokgen çizim oluşturur.
System::SharedPtr<XpsModel::XpsPolyLineSegment> Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
| Parameter | Type | Açıklama |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Poli hat segmentini tanımlayan birden çok segment için bir koordinat kümesi. |
| isStroked | bool | Bu yol segmentinin çizgisinin çizilip çizilmediğini belirtir. |
ReturnValue
Yeni çokgen çizim segmenti.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsPolyLineSegment
- Typedef ArrayPtr
- Class PointF
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++