C# Class Renderer.Avalonia.XPathGeometryConverter

Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

Méthode Description
ToGeometry ( this xpg, double dx, double dy ) : Avalonia.Media.Geometry

ToSource ( this xpg ) : string

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

Method Details

ToGeometry() public static méthode

public static ToGeometry ( this xpg, double dx, double dy ) : Avalonia.Media.Geometry
xpg this
dx double
dy double
Résultat Avalonia.Media.Geometry

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 ) : Avalonia.Media.StreamGeometry
xpg this
dx double
dy double
Résultat Avalonia.Media.StreamGeometry