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)
ParameterType描述
pointsSystem::ArrayPtr<System::Drawing::PointF>一组用于定义折线段的多个段的坐标。
isStrokedbool指定是否为路径的此段绘制描边。

ReturnValue

新的多边形绘图段。

另见