C# 클래스 MTExample5_6.DrawSphere

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

공개 메소드들

메소드 설명
DrawIsometricView ( Graphics g ) : void
DrawSphere ( ChartCanvas fm1 ) : System.Drawing
DrawSphere ( ChartCanvas fm1, float r1, float xc1, float yc1, float zc1 ) : System.Drawing
SphereCoordinates ( ) : ].Point3[

비공개 메소드들

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

메소드 상세

DrawIsometricView() 공개 메소드

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

DrawSphere() 공개 메소드

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

DrawSphere() 공개 메소드

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

SphereCoordinates() 공개 메소드

public SphereCoordinates ( ) : ].Point3[
리턴 ].Point3[