Platform | Win32, x64 |
Purpose |
To draw a Bézier spline on the current drawing surface |
Syntax |
SUBROUTINE DRAW_BEZIER@( X, Y, N, COLOUR ) |
Description |
X and Y are arrays giving the co-ordinates of the N points and COLOUR is the
colour value using the current colour mode. There is also a DRAW_BEZIERSD@ routine which is identical to DRAW_BEZIER@ except that the X and Y arrays are DOUBLE PRECISION:
SUBROUTINE DRAW_BEZIERSD@(X,Y,N,ICOL) |
See also: |