C# 클래스 MTExample5_5.DrawCylinder

파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics 1 사용 예제들

공개 메소드들

메소드 설명
CircleCoordinates ( float y ) : MTExample5_5.Point3[]
DrawCylinder ( ChartCanvas fm1 ) : System.Drawing
DrawCylinder ( ChartCanvas fm1, float r1, float h1 ) : System.Drawing
DrawIsometricView ( Graphics g ) : void

비공개 메소드들

메소드 설명
Point2D ( System.Drawing.CGPoint pt ) : PointF

메소드 상세

CircleCoordinates() 공개 메소드

public CircleCoordinates ( float y ) : MTExample5_5.Point3[]
y float
리턴 MTExample5_5.Point3[]

DrawCylinder() 공개 메소드

public DrawCylinder ( ChartCanvas fm1 ) : System.Drawing
fm1 ChartCanvas
리턴 System.Drawing

DrawCylinder() 공개 메소드

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

DrawIsometricView() 공개 메소드

public DrawIsometricView ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void