C# Class Svg2Xaml.SvgPoint

显示文件 Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
X double
Y double

Public Methods

Method Description
SvgPoint ( double x, double y ) : System.Windows
ToPoint ( ) : Point

Method Details

SvgPoint() public method

public SvgPoint ( double x, double y ) : System.Windows
x double
y double
return System.Windows

ToPoint() public method

public ToPoint ( ) : Point
return System.Windows.Point

Property Details

X public_oe property

public double X
return double

Y public_oe property

public double Y
return double