Inheritance: AppKit.NSView
Esempio n. 1
0
 public DrawCylinder(ChartCanvas fm1, float r1, float h1)
 {
     form1 = fm1;
     r     = r1;
     h     = h1;
 }
 public DrawCylinder(ChartCanvas fm1, float r1, float h1)
 {
     form1 = fm1;
     r = r1;
     h = h1;
 }
Esempio n. 3
0
 public DrawCylinder(ChartCanvas fm1)
 {
     form1 = fm1;
 }
 public DrawCylinder(ChartCanvas fm1)
 {
     form1 = fm1;
 }