C# Class Renderer.Wpf.XPathGeometryConverter

Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

Méthode Description
ToPathGeometry ( this xpg, double dx, double dy ) : System.Windows.Media.PathGeometry

ToSource ( this xpg ) : string

ToStreamGeometry ( this xpg, double dx, double dy ) : System.Windows.Media.StreamGeometry

Private Methods

Méthode Description
ToPoints ( this xpoints, double dx, double dy ) : IList

Method Details

ToPathGeometry() public static méthode

public static ToPathGeometry ( this xpg, double dx, double dy ) : System.Windows.Media.PathGeometry
xpg this
dx double
dy double
Résultat System.Windows.Media.PathGeometry

ToSource() public static méthode

public static ToSource ( this xpg ) : string
xpg this
Résultat string

ToStreamGeometry() public static méthode

public static ToStreamGeometry ( this xpg, double dx, double dy ) : System.Windows.Media.StreamGeometry
xpg this
dx double
dy double
Résultat System.Windows.Media.StreamGeometry