Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment method

XpsDocument::CreatePolyLineSegment method

임의 개수의 개별 정점을 포함하는 새로운 다각형 드로잉을 생성합니다.

System::SharedPtr<XpsModel::XpsPolyLineSegment> Aspose::Page::XPS::XpsDocument::CreatePolyLineSegment(System::ArrayPtr<System::Drawing::PointF> points, bool isStroked=true)
매개변수형식설명
System::ArrayPtr<System::Drawing::PointF>폴리 라인 세그먼트를 정의하는 여러 세그먼트에 대한 좌표 집합입니다.
isStrokedbool이 경로 세그먼트에 대한 스트로크가 그려지는지 여부를 지정합니다.

ReturnValue

새 폴리곤 그리기 세그먼트.

또 보기