SimpleWindow.this

Creates a window based on the given image. It's client area width and height is equal to the image. (A window's client area is the drawable space inside; it excludes the title bar, etc.)

  1. this(Image image, string title)
    class SimpleWindow
    this
    (,
    string title = null
    )
  2. this(Size size, string title)
  3. this(int width, int height, string title)

Meta