C# Class XSDDiagram.Rendering.DiagramExporter

Datei anzeigen Open project: dgis/xsddiagram Class Usage Examples

Public Methods

Method Description
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

Method Details

DiagramExporter() public method

public DiagramExporter ( Diagram diagram ) : System
diagram Diagram
return System

Export() public method

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

Export() public method

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

Export() public method

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

Export() public method

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