C# Class Svg2Xaml.SvgLineElement

Represents a <line> element.
Inheritance: SvgDrawableBaseElement
Datei anzeigen Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
X1 SvgCoordinate
X2 SvgCoordinate
Y1 SvgCoordinate
Y2 SvgCoordinate

Public Methods

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

Method Details

GetBaseGeometry() public method

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

SvgLineElement() public method

public SvgLineElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement lineElement ) : System.Windows
document SvgDocument
parent SvgBaseElement
lineElement System.Xml.Linq.XElement
return System.Windows

Property Details

X1 public_oe property

public SvgCoordinate,Svg2Xaml X1
return SvgCoordinate

X2 public_oe property

public SvgCoordinate,Svg2Xaml X2
return SvgCoordinate

Y1 public_oe property

public SvgCoordinate,Svg2Xaml Y1
return SvgCoordinate

Y2 public_oe property

public SvgCoordinate,Svg2Xaml Y2
return SvgCoordinate