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

XtraDiagramExtensions.CreateBitmap(DiagramControl, Nullable<Single>, Nullable<Single>) Method

Namespace: DevExpress.XtraDiagram.Extensions

Assembly: DevExpress.XtraDiagram.v20.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public static Bitmap CreateBitmap(
    this DiagramControl diagram,
    float? bitmapDpi = default(float? ),
    float? scale = default(float? )
)

Parameters

Name Type
diagram DiagramControl

Optional Parameters

Name Type Default
bitmapDpi Nullable<Single> *null*
scale Nullable<Single> *null*

Returns

Type
Bitmap
See Also