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.v22.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Parameters

Name Type
diagram DiagramControl

Optional Parameters

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

Returns

Type
Bitmap
See Also