Class SvgPolygon
SvgPolygon defines a closed shape consisting of a set of connected straight line segments.
Inheritance
SvgPolygon
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("polygon")]
public class SvgPolygon : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
| Improve this Doc View SourcePoints
The points that make up the SvgPolygon
Declaration
public SvgPointCollection Points { get; set; }
Property Value
| Type | Description |
|---|---|
| SvgPointCollection |
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
| Type | Description |
|---|---|
| SvgElement |
Overrides
| Improve this Doc View SourcePath(ISvgRenderer)
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
| Type | Name | Description |
|---|---|---|
| ISvgRenderer | renderer |
Returns
| Type | Description |
|---|---|
| GraphicsPath |