XtraDiagramExtensions.CreateBitmap(DiagramControl, RectangleF, Nullable<Single>, Nullable<Single>) Method
Namespace: DevExpress.XtraDiagram.Extensions
Assembly: DevExpress.XtraDiagram.v24.1.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 | DiagramControl |
bounds | RectangleF |
Optional Parameters
Name | Type | Default |
---|---|---|
bitmapDpi | Nullable<Single> | null |
scale | Nullable<Single> | null |
Returns
Type |
---|
Bitmap |
See Also