C# Class SpaceClaim.Svg.Document

Datei anzeigen Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Public Methods

Method Description
AddPath ( IList iTrimmedCurves, bool isClosed, double strokeWidth, System.Drawing.Color strokeColor, System.Drawing.Color fillColor ) : void
AddPath ( IList points, bool isClosed, double strokeWidth, System.Drawing.Color strokeColor, System.Drawing.Color fillColor ) : void
Document ( string path ) : System
SaveXml ( ) : void

Method Details

AddPath() public method

public AddPath ( IList iTrimmedCurves, bool isClosed, double strokeWidth, System.Drawing.Color strokeColor, System.Drawing.Color fillColor ) : void
iTrimmedCurves IList
isClosed bool
strokeWidth double
strokeColor System.Drawing.Color
fillColor System.Drawing.Color
return void

AddPath() public method

public AddPath ( IList points, bool isClosed, double strokeWidth, System.Drawing.Color strokeColor, System.Drawing.Color fillColor ) : void
points IList
isClosed bool
strokeWidth double
strokeColor System.Drawing.Color
fillColor System.Drawing.Color
return void

Document() public method

public Document ( string path ) : System
path string
return System

SaveXml() public method

public SaveXml ( ) : void
return void