BlogEngine.Core.FileSystem.Image.Image C# (CSharp) 메소드

Image() 공개 메소드

ctor, property free constructor, initiates the this.Image(file) passing in a null file reference
public Image ( ) : System
리턴 System
        public Image()
            : this(null)
        {
        }

Same methods

Image::Image ( File obj ) : System