C# Class MTExample5_6.DrawSphere

Afficher le fichier Open project: mono/sysdrawing-coregraphics Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Point2D ( System.Drawing.CGPoint pt ) : PointF

Method Details

DrawIsometricView() public méthode

public DrawIsometricView ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawSphere() public méthode

public DrawSphere ( ChartCanvas fm1 ) : System.Drawing
fm1 ChartCanvas
Résultat System.Drawing

DrawSphere() public méthode

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

SphereCoordinates() public méthode

public SphereCoordinates ( ) : ].Point3[
Résultat ].Point3[