BlogEngine.Core.FileSystem.Image.Image C# (CSharp) Method

Image() public method

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

Same methods

Image::Image ( File obj ) : System