C# 클래스 SpaceClaim.Svg.Document

파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddPath() 공개 메소드

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
리턴 void

AddPath() 공개 메소드

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
리턴 void

Document() 공개 메소드

public Document ( string path ) : System
path string
리턴 System

SaveXml() 공개 메소드

public SaveXml ( ) : void
리턴 void