C# Class BezierFitting.Scene

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
HitTest ( double x, double y ) : int
Render ( Graphics graphics ) : void
Scene ( ) : System
SetPoint1 ( double x, double y ) : void
SetPoint2 ( double x, double y ) : void
SetPoint3 ( double x, double y ) : void
SetPoint4 ( double x, double y ) : void

Private Methods

Méthode Description
CalcDeviation ( ) : void
DrawBezier ( Graphics graphics, Bezier bezier, Pen pen, Brush brush, bool control ) : void
DrawPoint ( Graphics graphics, double x, double y, Brush brush ) : void

Method Details

HitTest() public méthode

public HitTest ( double x, double y ) : int
x double
y double
Résultat int

Render() public méthode

public Render ( Graphics graphics ) : void
graphics System.Drawing.Graphics
Résultat void

Scene() public méthode

public Scene ( ) : System
Résultat System

SetPoint1() public méthode

public SetPoint1 ( double x, double y ) : void
x double
y double
Résultat void

SetPoint2() public méthode

public SetPoint2 ( double x, double y ) : void
x double
y double
Résultat void

SetPoint3() public méthode

public SetPoint3 ( double x, double y ) : void
x double
y double
Résultat void

SetPoint4() public méthode

public SetPoint4 ( double x, double y ) : void
x double
y double
Résultat void