XtraDiagramExtensions.GetBackgroundPages(DiagramControl, DiagramDrawingContext, Double) Method
Namespace: DevExpress.XtraDiagram.Extensions
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public static IEnumerable<DiagramPageInfo> GetBackgroundPages(
this DiagramControl diagram,
DiagramDrawingContext context,
double scale
)
Parameters
Name | Type |
---|---|
diagram | DiagramControl |
context | DiagramDrawingContext |
scale | Double |
Returns
Type |
---|
IEnumerable<DevExpress.XtraDiagram.DiagramPageInfo> |
See Also