6.1. Create

[<<<] [>>>]

Image = gd::Create(x,y)

This function creates a new image. The size of the image is given by the arguments. The returned value is a string, which should not be altered by the ScriptBasic program, but should rather be used to reference the created image in subsequent calls. The value of the string can be passed to functions and subroutines, but should not be altered in any way.


[<<<] [>>>]