Class SvgPolygon
Represents an SVG polygon element.
Assembly: OpenSvg.dll
Syntax
public class SvgPolygon : SvgVisual, IXmlSerializable, IEquatable<SvgElement>
Fields
|
Edit this page
View Source
polygon
Declaration
protected readonly PolygonAttr polygon
Field Value
Properties
|
Edit this page
View Source
Polygon
Declaration
public Polygon Polygon { 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