Search
Diagram.CreateImage Method
See Also
 






Creates a bitmap containing an image of the diagram.

 Overload List

Name Description

Diagram.CreateImage ()

Creates a bitmap image representing this diagram.

Diagram.CreateImage (IGraphicsPath)

Creates a bitmap image representing this diagram, clipped by specified path.

Diagram.CreateImage (IGraphicsPath, Single, Boolean)

Creates a bitmap image representing this diagram, clipped by specified path and scaled by specified factor.

Diagram.CreateImage (Point[])

Creates a bitmap image representing this diagram, clipped by specified polygon.

Diagram.CreateImage (Point[], Single, Boolean)

Creates a bitmap image representing this diagram, clipped by specified polygon and scaled by specified factor.

Diagram.CreateImage (Rect)

Creates a bitmap image containing specified diagram region.

Diagram.CreateImage (Rect, Single, Boolean)

Creates a bitmap image containing specified diagram region, scaled by specified factor.

 See Also