BrickGraphics.DrawBrick<T>(T) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type |
---|---|
brick | T |
Type Parameters
Name |
---|
T |
Returns
Type |
---|
T |
See Also
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
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 |
No
Your feedback is appreciated.