Baka_MPlayer.Forms.SnapshotForm.SnapshotForm C# (CSharp) Method

SnapshotForm() public method

public SnapshotForm ( Bitmap image, IFileInfo fileInfo ) : System
image Bitmap
fileInfo IFileInfo
return System
        public SnapshotForm(Bitmap image, IFileInfo fileInfo)
        {
            InitializeComponent();

            this.SnapshotImage = image;
            this.fileInfo = fileInfo;
            snapshotPicbox_SizeChanged(null, null);
        }