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