Image.this

Imageの初期化

引数に画像のファイル名を渡すと読み込みます。 file: 画像のファイル名

  1. this()
  2. this(string file)
    class Image
    this
    (
    in string file
    )

Meta