C# Class Renderer.Avalonia.XPathGeometryConverter

显示文件 Open project: Core2D/Core2D

Public Methods

Method 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 method

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

ToSource() public static method

public static ToSource ( this xpg ) : string
xpg this
return string

ToStreamGeometry() public static method

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