XtraDiagramExtensions.CreateBitmap(DiagramControl, RectangleF, Nullable<Single>, Nullable<Single>) Method
In This Article
Namespace: DevExpress.XtraDiagram.Extensions
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public static Bitmap CreateBitmap(
this DiagramControl diagram,
RectangleF bounds,
float? bitmapDpi = null,
float? scale = null
)
#Parameters
Name | Type |
---|---|
diagram | Diagram |
bounds | Rectangle |
#Optional Parameters
Name | Type | Default |
---|---|---|
bitmap |
Nullable<Single> | null |
scale | Nullable<Single> | null |
#Returns
Type |
---|
Bitmap |
See Also