Пример #1
0
 private void volume_Click(object sender, EventArgs e)
 {
     vform = new VoxelImage();
     vform.VoxelImage_Load(pixels_volume, num_of_images, winCentre, winWidth, dec.rescaleIntercept, dec.signedImage, this);
     vform.Idle();
     vform.Show();
 }
Пример #2
0
 private void volume_Click(object sender, EventArgs e)
 {
     vform = new VoxelImage();
     vform.VoxelImage_Load(pixels_volume, num_of_images, winCentre, winWidth, dec.rescaleIntercept, dec.signedImage, this);
     vform.Idle();
     vform.Show();
 }