ITMSFNCCustomPDFGraphicsExLib.DrawRoundedRectangle Method
Draws a rectangle with rounded corners using the current fill and stroke settings.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsExLib
Syntax
procedure DrawRoundedRectangle(Rect: TRectF; Rounding: Single);
Parameters
| Name | Description |
|---|---|
Rect |
Bounding rectangle in PDF coordinate units. |
Rounding |
Corner radius in PDF coordinate units. |