Class SvgPolygon
- Namespace
- Svg
- Assembly
- Svg.dll
SvgPolygon defines a closed shape consisting of a set of connected straight line segments.
[SvgElement("polygon")]
public class SvgPolygon : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
- Inheritance
-
SvgPolygon
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Points
The points that make up the SvgPolygon
public SvgPointCollection Points { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()
Returns
Path(ISvgRenderer)
Gets the GraphicsPath for this element.
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
renderer
ISvgRenderer