Skip to main content

CharacterCombBrick.GetClientRectangle(RectangleF, Single) Method

Returns the CharacterCombBrick‘s client rectangle.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override RectangleF GetClientRectangle(
    RectangleF rect,
    float dpi
)

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