Skip to main content
A newer version of this page is available. .

DiagramControl.ExportDiagram(String, RectangleF, Double, Double) Method

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public void ExportDiagram(
    string path,
    RectangleF exportBounds,
    double exportDPI,
    double exportScale
)

Parameters

Name Type
path String
exportBounds RectangleF
exportDPI Double
exportScale Double
See Also