CharacterCombBrick.GetClientRectangle(RectangleF, Single) Method
Returns the CharacterCombBrick‘s client rectangle.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
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