C# Class Svg2Xaml.SvgLineElement

Represents a <line> element.
Inheritance: SvgDrawableBaseElement
Afficher le fichier Open project: jogibear9988/svg2xaml

Méthodes publiques

Свойство Type Description
X1 SvgCoordinate
X2 SvgCoordinate
Y1 SvgCoordinate
Y2 SvgCoordinate

Méthodes publiques

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

Method Details

GetBaseGeometry() public méthode

public GetBaseGeometry ( ) : System.Windows.Media.Geometry
Résultat System.Windows.Media.Geometry

SvgLineElement() public méthode

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

Property Details

X1 public_oe property

public SvgCoordinate,Svg2Xaml X1
Résultat SvgCoordinate

X2 public_oe property

public SvgCoordinate,Svg2Xaml X2
Résultat SvgCoordinate

Y1 public_oe property

public SvgCoordinate,Svg2Xaml Y1
Résultat SvgCoordinate

Y2 public_oe property

public SvgCoordinate,Svg2Xaml Y2
Résultat SvgCoordinate