C# Class Gears.SVGGeometryOutput

Inheritance: IGeometryOutput
Afficher le fichier Open project: jwatte/gears

Méthodes publiques

Méthode Description
AddToLine ( string s ) : void
ArcTo ( System.Drawing.PointF pt, System.Drawing.PointF origin, bool clockwise ) : void
BeginGroup ( string s ) : void
CalcCubic ( System.Drawing.PointF from, System.Drawing.PointF &ca, System.Drawing.PointF &cb, System.Drawing.PointF to, System.Drawing.PointF center, bool clockwise ) : void
Comment ( string s ) : void
Commit ( ) : void
EndGroup ( ) : void
Finish ( ) : string
GenerateLine ( ) : void
LineTo ( System.Drawing.PointF pt ) : void
MoveTo ( System.Drawing.PointF pt ) : void
SVGGeometryOutput ( StringBuilder stringOut ) : System
SetDepth ( float d ) : void
SetFeed ( float f ) : void
SetSpeed ( float s ) : void

Private Methods

Méthode Description
Xform ( System.Drawing.PointF p ) : System.Drawing.PointF
XformScale ( float f ) : float

Method Details

AddToLine() public méthode

public AddToLine ( string s ) : void
s string
Résultat void

ArcTo() public méthode

public ArcTo ( System.Drawing.PointF pt, System.Drawing.PointF origin, bool clockwise ) : void
pt System.Drawing.PointF
origin System.Drawing.PointF
clockwise bool
Résultat void

BeginGroup() public méthode

public BeginGroup ( string s ) : void
s string
Résultat void

CalcCubic() public méthode

public CalcCubic ( System.Drawing.PointF from, System.Drawing.PointF &ca, System.Drawing.PointF &cb, System.Drawing.PointF to, System.Drawing.PointF center, bool clockwise ) : void
from System.Drawing.PointF
ca System.Drawing.PointF
cb System.Drawing.PointF
to System.Drawing.PointF
center System.Drawing.PointF
clockwise bool
Résultat void

Comment() public méthode

public Comment ( string s ) : void
s string
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

EndGroup() public méthode

public EndGroup ( ) : void
Résultat void

Finish() public méthode

public Finish ( ) : string
Résultat string

GenerateLine() public méthode

public GenerateLine ( ) : void
Résultat void

LineTo() public méthode

public LineTo ( System.Drawing.PointF pt ) : void
pt System.Drawing.PointF
Résultat void

MoveTo() public méthode

public MoveTo ( System.Drawing.PointF pt ) : void
pt System.Drawing.PointF
Résultat void

SVGGeometryOutput() public méthode

public SVGGeometryOutput ( StringBuilder stringOut ) : System
stringOut StringBuilder
Résultat System

SetDepth() public méthode

public SetDepth ( float d ) : void
d float
Résultat void

SetFeed() public méthode

public SetFeed ( float f ) : void
f float
Résultat void

SetSpeed() public méthode

public SetSpeed ( float s ) : void
s float
Résultat void