Skip to main content
All docs
V25.1
  • XtraDiagramExtensions.GetBackgroundPages(DiagramControl, DiagramDrawingContext, Double) Method

    Namespace: DevExpress.XtraDiagram.Extensions

    Assembly: DevExpress.XtraDiagram.v25.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