C# Class SpaceClaim.Svg.Document

Afficher le fichier Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

AddPath() public méthode

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
Résultat void

Document() public méthode

public Document ( string path ) : System
path string
Résultat System

SaveXml() public méthode

public SaveXml ( ) : void
Résultat void