poison.ui.controls.picturebox
Source
Module for a picturebox.
Authors:
Jacob Jensen
License:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE
public:
public this(string name, string imageFile, size_t layers = 1);
Creates a new picture box.
Parameters:
name The name of the pictue box.
imageFile The image file to load into the picture.
layers The amount of layers the picture box has.
public this(string name, Picture picture, size_t layers);
Creates a new picture box.
Parameters:
name The name of the pictue box.
picture The picture to initialize with.
layers The amount of layers the picture box has.
Generated by venom - Poison Engine's Documentation Generator
Module for a picturebox.
Authors:
Jacob JensenLicense:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSEpublic this(string name, string imageFile, size_t layers = 1);
Creates a new picture box.
Parameters:
name | The name of the pictue box. |
imageFile | The image file to load into the picture. |
layers | The amount of layers the picture box has. |
public this(string name, Picture picture, size_t layers);
Creates a new picture box.
Parameters:
name | The name of the pictue box. |
picture | The picture to initialize with. |
layers | The amount of layers the picture box has. |