C# Class Svg2Xaml.SvgPolygonElement

Inheritance: SvgDrawableBaseElement
Mostra file Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
Points List

Public Methods

Method Description
GetBaseGeometry ( ) : System.Windows.Media.Geometry
SvgPolygonElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement polygonElement ) : System

Method Details

GetBaseGeometry() public method

public GetBaseGeometry ( ) : System.Windows.Media.Geometry
return System.Windows.Media.Geometry

SvgPolygonElement() public method

public SvgPolygonElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement polygonElement ) : System
document SvgDocument
parent SvgBaseElement
polygonElement System.Xml.Linq.XElement
return System

Property Details

Points public_oe property

public List Points
return List