C# Class Renderer.Wpf.PathGeometryConverter

显示文件 Open project: Core2D/Core2D

Public Methods

Method Description
ToXPathGeometry ( this source ) : XPathGeometry

ToXPathGeometry ( this pg, double dx, double dy ) : XPathGeometry

Private Methods

Method Description
ToXPoints ( this points, double dx, double dy ) : ImmutableArray

Method Details

ToXPathGeometry() public static method

public static ToXPathGeometry ( this source ) : XPathGeometry
source this
return Core2D.Path.XPathGeometry

ToXPathGeometry() public static method

public static ToXPathGeometry ( this pg, double dx, double dy ) : XPathGeometry
pg this
dx double
dy double
return Core2D.Path.XPathGeometry