Example #1
0
 private void DrawNGauge(Graphics3D g)
 {
     nGauge.Value        = cGauge.Value;
     nGauge.CustomBounds = CalcNGaugeBounds();
     nGauge.Draw(g);
 }
Example #2
0
 private void DrawNGauge1(Graphics3D g)
 {
     nGauge1.Value        = kGauge1.Value;
     nGauge1.CustomBounds = CalcNGauge1Bounds();
     nGauge1.Draw(g);
 }