PictureBox.this

Creates a new picture box.

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

Parameters

name
Type: string

The name of the pictue box.

picture
Type: Picture

The picture to initialize with.

layers
Type: size_t

The amount of layers the picture box has.

Meta