C# Class Gears.SVGGeometryOutput

Inheritance: IGeometryOutput
ファイルを表示 Open project: jwatte/gears

Public Methods

Method 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

Method Description
Xform ( System.Drawing.PointF p ) : System.Drawing.PointF
XformScale ( float f ) : float

Method Details

AddToLine() public method

public AddToLine ( string s ) : void
s string
return void

ArcTo() public method

public ArcTo ( System.Drawing.PointF pt, System.Drawing.PointF origin, bool clockwise ) : void
pt System.Drawing.PointF
origin System.Drawing.PointF
clockwise bool
return void

BeginGroup() public method

public BeginGroup ( string s ) : void
s string
return void

CalcCubic() public method

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
return void

Comment() public method

public Comment ( string s ) : void
s string
return void

Commit() public method

public Commit ( ) : void
return void

EndGroup() public method

public EndGroup ( ) : void
return void

Finish() public method

public Finish ( ) : string
return string

GenerateLine() public method

public GenerateLine ( ) : void
return void

LineTo() public method

public LineTo ( System.Drawing.PointF pt ) : void
pt System.Drawing.PointF
return void

MoveTo() public method

public MoveTo ( System.Drawing.PointF pt ) : void
pt System.Drawing.PointF
return void

SVGGeometryOutput() public method

public SVGGeometryOutput ( StringBuilder stringOut ) : System
stringOut StringBuilder
return System

SetDepth() public method

public SetDepth ( float d ) : void
d float
return void

SetFeed() public method

public SetFeed ( float f ) : void
f float
return void

SetSpeed() public method

public SetSpeed ( float s ) : void
s float
return void