BrickGraphics.DrawBrick<T>(T) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type |
|---|---|
| brick | T |
Type Parameters
| Name |
|---|
| T |
Returns
| Type |
|---|
| T |
See Also
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
public T DrawBrick<T>(
T brick
)
where T : Brick
Public Function DrawBrick(Of T As Brick)(
brick As T
) As T
| Name | Type |
|---|---|
| brick | T |
| Name |
|---|
| T |
| Type |
|---|
| T |