C# Class Svg2Xaml.SvgLinearGradientElement

Represents a <linearGradient> element.
Inheritance: SvgGradientBaseElement
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
SvgLinearGradientElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement linearGradientElement ) : System.Windows

Méthodes protégées

Méthode Description
CreateBrush ( ) : System.Windows.Media.GradientBrush
SetBrush ( System.Windows.Media.GradientBrush brush ) : System.Windows.Media.GradientBrush

Method Details

CreateBrush() protected méthode

protected CreateBrush ( ) : System.Windows.Media.GradientBrush
Résultat System.Windows.Media.GradientBrush

SetBrush() protected méthode

protected SetBrush ( System.Windows.Media.GradientBrush brush ) : System.Windows.Media.GradientBrush
brush System.Windows.Media.GradientBrush
Résultat System.Windows.Media.GradientBrush

SvgLinearGradientElement() public méthode

public SvgLinearGradientElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement linearGradientElement ) : System.Windows
document SvgDocument
parent SvgBaseElement
linearGradientElement 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