This class is creatable.
DIM hPicture AS Picture hPicture = NEW Picture ( [ Width AS Integer, Height AS Integer, Transparent AS Boolean ] ) |
This class acts like an array.
DIM hPicture AS Picture hPicture = Picture [ Path AS String ] |
DIM hPicture AS Picture Picture [ Path AS String ] = hPicture |