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)
パラメーター説明
pointsSystem::ArrayPtr<System::Drawing::PointF>ポリラインセグメントを定義する複数のセグメントの座標のセット。
isStrokedboolこのパスのセグメントのストロークが描画されるかどうかを指定します。

ReturnValue

新しい多角形描画セグメント。

参照