C# Class BezierFitting.PointD

Show file Open project: EFanZh/EFanZh

Public Methods

Method Description
PointD ( double x, double y ) : System.Drawing
ToPointF ( ) : PointF

Method Details

PointD() public method

public PointD ( double x, double y ) : System.Drawing
x double
y double
return System.Drawing

ToPointF() public method

public ToPointF ( ) : PointF
return System.Drawing.PointF