コード例 #1
0
 public void bitplane()
 {
     BitPlaneForm bitPlaneForm = new BitPlaneForm();
     bitPlaneForm.source = this.opened_image;
     bitPlaneForm.ShowDialog(this);
     this.opened_image = bitPlaneForm.source;
     set_new_image();
 }
コード例 #2
0
        public void bitplane()
        {
            BitPlaneForm bitPlaneForm = new BitPlaneForm();

            bitPlaneForm.source = this.opened_image;
            bitPlaneForm.ShowDialog(this);
            this.opened_image = bitPlaneForm.source;
            set_new_image();
        }