Back to Devexpress

DiagramControl.ExportToImage Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-exporttoimage.md

latest1.2 KB
Original Source

DiagramControl.ExportToImage Method

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