Search
Diagram.ExportImage Method
See Also
 






Exports a bitmap file containing an image of the diagram.

 Overload List

Name Description

Diagram.ExportImage (String, IGraphicsPath, Single, Boolean)

Exports a bitmap file containing an image of the diagram, clipped by specified path and scaled by specified factor.

Diagram.ExportImage (String, Point[], Single, Boolean)

Exports a bitmap file containing an image of the diagram, clipped by specified polygon and scaled by specified factor.

Diagram.ExportImage (String, Rect, Single, Boolean)

Exports a bitmap file containing specified diagram region, scaled by specified factor.

 See Also