Win32Prn() > Print output methods |
|
|
oWin32Prn:arc()
Prints an arc.
Syntax
:arc( <nX1>, <nY1>, <nX2>, <nY2> ) --> lSuccess
Arguments
- <nX1> and <nY1>
- These two numeric values are the X and Y coordinates of the upper-left corner
of a rectangle surrounding the arc.
- <nX2> and <nY2>
- These two numeric values are the X and Y coordinates of the lower-right corner
of a rectangle surrounding the arc.
Description
Method :arc() accepts the coordinates of a bounding rectangle and draws an
elliptical arc inside the rectangle using the current pen. The pen must
be selected previously with method :setPen().
The method returns a logical value indicating success of the operation.
Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe