DRAW_FILLED_BEZIERSD@

Platform

Win32, x64

Purpose

To draw a filled Bézier spline on the current drawing surface

Syntax

SUBROUTINE DRAW_FILLED_BEZIERSD@( X, Y, N, COLOUR )
DOUBLE PRECISION X(N),Y(N)
INTEGER 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.

N must be a multiple of 4 because Bézier curves are formed from segments defined by 4 points where the first and last points are the points to be joined and the second and third points are control points.

See also:

DRAW_BEZIER@

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited