PictureBox.this

Creates a new picture box.

  1. this(string name, string imageFile, size_t layers)
    class PictureBox
    this
    (
    string name
    ,
    string imageFile
    ,
    size_t layers = 1
    )
  2. this(string name, Picture picture, size_t layers)

Parameters

name string

The name of the pictue box.

imageFile string

The image file to load into the picture.

layers size_t

The amount of layers the picture box has.

Meta