Skip to main content
All docs
V25.1
  • BrickGraphics.DrawBrick<T>(T, RectangleF) Method

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public T DrawBrick<T>(
        T brick,
        RectangleF rect
    )
        where T : Brick

    Parameters

    Name Type
    brick T
    rect RectangleF

    Type Parameters

    Name
    T

    Returns

    Type
    T
    See Also