Function ProGraphicsArcDraw
Description
Draws an arc on the screen.
NOTE:
All points are in logical screen coordinates.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
ProGraphicsArcDraw
(
ProPoint3d center
/* (In)
The center point of the arc
*/
double radius
/* (In)
The radius of the arc
*/
ProVector vector1
/* (In)
The starting point
*/
ProVector vector2
/* (In)
The endpoint
*/
)
Returns
The function successfully drew the arc.
One or more of the arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?