DrawRoundedBox
Description
Draw a rectangle with rounded corners on the selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawRoundedBox(Left, Top, Width, Height,
Radius: Double; DrawOptions: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawRoundedBox(Left As Double,
Top As Double, Width As Double, Height As Double, Radius As Double,
DrawOptions As Long) As Long
DLL
int DPLDrawRoundedBox(int InstanceID, double Left, double Top, double Width,
double Height, double Radius, int DrawOptions)
Parameters
Left | Horizontal co-ordinate of left edge of rectangle |
Top | Vertical co-ordinate of top edge of rectangle |
Width | Rectangle width |
Height | Rectangle height |
Radius | Radius of the corner arcs |
DrawOptions |
0 = Outline 1 = Fill 2 = Fill and outline |