Back to Devexpress

DiagramControl.ExportToImage Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-exporttoimage.md

latest1.1 KB
Original Source

DiagramControl.ExportToImage Method

NameParametersDescription
ExportToImage(DiagramImageExportFormat, Nullable<Rect>, Nullable<Double>, Nullable<Double>)exportFormat, exportBounds, dpi, scaleInvokes the Export dialog window.
ExportToImage(Stream, DiagramImageExportFormat, Nullable<Rect>, Nullable<Double>, Nullable<Double>)stream, exportFormat, exportBounds, dpi, scaleExports the diagram to the specified stream in an image format.
ExportToImage(String, Nullable<Rect>, Nullable<Double>, Nullable<Double>)path, exportBounds, dpi, scaleExports the diagram to the specified file.