C# Class MTExample5_6.DrawSphere

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

Public Methods

Method Description
DrawIsometricView ( Graphics g ) : void
DrawSphere ( ChartCanvas fm1 ) : System.Drawing
DrawSphere ( ChartCanvas fm1, float r1, float xc1, float yc1, float zc1 ) : System.Drawing
SphereCoordinates ( ) : ].Point3[

Private Methods

Method Description
Point2D ( System.Drawing.CGPoint pt ) : PointF

Method Details

DrawIsometricView() public method

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

DrawSphere() public method

public DrawSphere ( ChartCanvas fm1 ) : System.Drawing
fm1 ChartCanvas
return System.Drawing

DrawSphere() public method

public DrawSphere ( ChartCanvas fm1, float r1, float xc1, float yc1, float zc1 ) : System.Drawing
fm1 ChartCanvas
r1 float
xc1 float
yc1 float
zc1 float
return System.Drawing

SphereCoordinates() public method

public SphereCoordinates ( ) : ].Point3[
return ].Point3[