Class SvgPolyline
Represents an SVG polygon element.
Assembly: OpenSvg.dll
Syntax
public class SvgPolyline : SvgVisual, IXmlSerializable, IEquatable<SvgElement>
Fields
|
Edit this page
View Source
polyline
Declaration
protected readonly PolylineAttr polyline
Field Value
Properties
|
Edit this page
View Source
Polyline
Declaration
public Polyline Polyline { get; set; }
Property Value
|
Edit this page
View Source
SvgName
Gets or sets the name of the SVG element.
Declaration
public override string SvgName { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
ComputeConvexHull()
Protected method to compute the non-transformed convex hull of this SvgVisual element.
Declaration
protected override ConvexHull ComputeConvexHull()
Returns
Overrides
Implements