DIM hPicture AS Picture hPicture = NEW Picture ( [ Width AS Integer, Height AS Integer, Transparent AS Boolean ] ) |
If the Width and Height are not specified, the new picture is void.
You can specify if the picture has a mask with the Transparent parameter.