PictureBox.this

Creates a new picture box.

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

Parameters

name string

The name of the pictue box.

picture Picture

The picture to initialize with.

layers size_t

The amount of layers the picture box has.

Meta