DrawRoundedRotatedBox
Description
Draw a rotated rectangle with rounded corners on the selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawRoundedRotatedBox(Left, Bottom, Width, Height,
Radius, Angle: Double; DrawOptions: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawRoundedRotatedBox(Left As Double,
Bottom As Double, Width As Double, Height As Double, Radius As Double,
Angle As Double, DrawOptions As Long) As Long
DLL
int DPLDrawRoundedRotatedBox(int InstanceID, double Left, double Bottom,
double Width, double Height, double Radius, double Angle,
int DrawOptions)
Parameters
Left | Horizontal co-ordinate of left edge of rectangle |
Bottom | Vertical co-ordinate of bottom edge of rectangle |
Width | Rectangle width |
Height | Rectangle height |
Radius | Radius of the corner arcs |
Angle | The angle the box should be rotated around the bottom-left corner, measured anti-clockwise in degrees |
DrawOptions |
0 = Outline 1 = Fill 2 = Fill and outline |