C# Class Example5_5.DrawCylinder

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

Méthodes publiques

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

Méthode Description
Point2D ( PointF pt ) : PointF

Method Details

CircleCoordinates() public méthode

public CircleCoordinates ( float y ) : Example5_5.Point3[]
y float
Résultat Example5_5.Point3[]

DrawCylinder() public méthode

public DrawCylinder ( ChartCanvas fm1 ) : System
fm1 ChartCanvas
Résultat System

DrawCylinder() public méthode

public DrawCylinder ( ChartCanvas fm1, float r1, float h1 ) : System
fm1 ChartCanvas
r1 float
h1 float
Résultat System

DrawIsometricView() public méthode

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