Table of Contents

Class SvgPolyline

Namespace
Svg
Assembly
Svg.dll

SvgPolyline defines a set of connected straight line segments. Typically, SvgPolyline defines open shapes.

[SvgElement("polyline")]
public class SvgPolyline : SvgPolygon, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Inheritance
SvgPolyline
Implements
Inherited Members
Extension Methods

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Path(ISvgRenderer)

Gets the GraphicsPath for this element.

public override GraphicsPath Path(ISvgRenderer renderer)

Parameters

renderer ISvgRenderer

Returns

GraphicsPath