Skip to main content

BestSizeEstimator.GetBoundsToFitText(String, BrickStyle, Single, Single) Method

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static RectangleF GetBoundsToFitText(
    string text,
    BrickStyle style,
    float maxWidth,
    float dpi
)

Parameters

Name Type
text String
style BrickStyle
maxWidth Single
dpi Single

Returns

Type
RectangleF
See Also