C# Class Example5_5.DrawCylinder

Mostra file Open project: mono/sysdrawing-coregraphics Class Usage Examples

Public Methods

Method Description
CircleCoordinates ( float y ) : Example5_5.Point3[]
DrawCylinder ( ChartCanvas fm1 ) : System
DrawCylinder ( ChartCanvas fm1, float r1, float h1 ) : System
DrawIsometricView ( Graphics g ) : void

Private Methods

Method Description
Point2D ( PointF pt ) : PointF

Method Details

CircleCoordinates() public method

public CircleCoordinates ( float y ) : Example5_5.Point3[]
y float
return Example5_5.Point3[]

DrawCylinder() public method

public DrawCylinder ( ChartCanvas fm1 ) : System
fm1 ChartCanvas
return System

DrawCylinder() public method

public DrawCylinder ( ChartCanvas fm1, float r1, float h1 ) : System
fm1 ChartCanvas
r1 float
h1 float
return System

DrawIsometricView() public method

public DrawIsometricView ( Graphics g ) : void
g System.Drawing.Graphics
return void