DrawBox
Vector graphics, Page manipulation
Description
Draw a rectangle on the selected page.
Syntax
Delphi
function TQuickPDF0813.DrawBox(Left, Top, Width, Height: Double;
DrawOptions: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DrawBox(Left As Double, Top As Double,
Width As Double, Height As Double, DrawOptions As Long) As Long
DLL
int QuickPDFDrawBox(int InstanceID, double Left, double Top, double Width,
double Height, 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 |
| DrawOptions |
0 = Outline 1 = Fill 2 = Fill and Outline |