CharacterCombBrick.GetClientRectangle(RectangleF, Single) Method
Returns the CharacterCombBrick‘s client rectangle.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rect | RectangleF | A RectangleF object specifying the brick layout rectangle. |
| dpi | Single | A Single value specifying the printing resolution. |
Returns
| Type | Description |
|---|---|
| RectangleF | A RectangleF object specifying the brick’s client rectangle. |
Remarks
The GetClientRectangle method calculates the client rectangle dimensions for a given brick layout rectangle considering the printing resolution and the brick style.
See Also