Пример #1
0
 private void SetOutputDepth(OutputDepths depth)
 {
     sixteenBppToolStripMenuItem.Checked     = depth == OutputDepths.SixteenBitsPerPixel;
     twentyFourBppToolStripMenuItem1.Checked = depth == OutputDepths.TwentyFourBitsPerPixel;
     currentDepthToolStripMenuItem.Checked   = depth == OutputDepths.CurrentDepth;
 }
Пример #2
0
 private void SetOutputDepth(OutputDepths depth)
 {
     sixteenBppToolStripMenuItem.Checked = depth == OutputDepths.SixteenBitsPerPixel;
     twentyFourBppToolStripMenuItem1.Checked = depth == OutputDepths.TwentyFourBitsPerPixel;
     currentDepthToolStripMenuItem.Checked = depth == OutputDepths.CurrentDepth;
 }