C# Class Renderer.Wpf.XPathGeometryConverter

显示文件 Open project: Core2D/Core2D

Public Methods

Method 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

Method Description
ToPoints ( this xpoints, double dx, double dy ) : IList

Method Details

ToPathGeometry() public static method

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

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 ) : System.Windows.Media.StreamGeometry
xpg this
dx double
dy double
return System.Windows.Media.StreamGeometry