MTExample5_5.DrawCylinder.DrawCylinder C# (CSharp) Method

DrawCylinder() public method

public DrawCylinder ( ChartCanvas fm1 ) : System.Drawing
fm1 ChartCanvas
return System.Drawing
        public DrawCylinder(ChartCanvas fm1)
        {
            form1 = fm1;
        }

Same methods

DrawCylinder::DrawCylinder ( ChartCanvas fm1, float r1, float h1 ) : System.Drawing