C# 클래스 XSDDiagram.Rendering.DiagramExporter

파일 보기 프로젝트 열기: dgis/xsddiagram 1 사용 예제들

공개 메소드들

메소드 설명
DiagramExporter ( Diagram diagram ) : System
Export ( Stream stream, string extension, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate ) : bool
Export ( Stream stream, string extension, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate, object>.IDictionary specificRendererParameters ) : bool
Export ( string outputFilename, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate ) : bool
Export ( string outputFilename, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate, object>.IDictionary specificRendererParameters ) : bool

메소드 상세

DiagramExporter() 공개 메소드

public DiagramExporter ( Diagram diagram ) : System
diagram Diagram
리턴 System

Export() 공개 메소드

public Export ( Stream stream, string extension, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate ) : bool
stream Stream
extension string
referenceGraphics System.Drawing.Graphics
alerteDelegate DiagramAlertHandler
리턴 bool

Export() 공개 메소드

public Export ( Stream stream, string extension, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate, object>.IDictionary specificRendererParameters ) : bool
stream Stream
extension string
referenceGraphics System.Drawing.Graphics
alerteDelegate DiagramAlertHandler
specificRendererParameters object>.IDictionary
리턴 bool

Export() 공개 메소드

public Export ( string outputFilename, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate ) : bool
outputFilename string
referenceGraphics System.Drawing.Graphics
alerteDelegate DiagramAlertHandler
리턴 bool

Export() 공개 메소드

public Export ( string outputFilename, Graphics referenceGraphics, DiagramAlertHandler alerteDelegate, object>.IDictionary specificRendererParameters ) : bool
outputFilename string
referenceGraphics System.Drawing.Graphics
alerteDelegate DiagramAlertHandler
specificRendererParameters object>.IDictionary
리턴 bool