StartVectorDrawing()

Syntax

Result = StartVectorDrawing(Output)
Description
Prepares the vector drawing library to draw to the specified output.

Parameters

Output The output to draw on. These functions can be used to get an output for vector drawing:

ImageVectorOutput(): Drawing will be rendered directly on the Image data (see CreateImage())
CanvasVectorOutput(): Drawing will be rendered directly on the CanvasGadget()

Return value

Returns nonzero if drawing is possible or zero if the operation failed.

Remarks

Drawing must be finished with StopVectorDrawing().

See Also

StopVectorDrawing()

Supported OS

All

<- SkewCoordinates() - VectorDrawing Index - StopVectorDrawing() ->