C# 클래스 Example5_5.DrawCylinder

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Point2D ( PointF pt ) : PointF

메소드 상세

CircleCoordinates() 공개 메소드

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

DrawCylinder() 공개 메소드

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

DrawCylinder() 공개 메소드

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

DrawIsometricView() 공개 메소드

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