C# 클래스 R3.Drawing.DrawUtils

파일 보기 프로젝트 열기: roice3/Honeycombs

공개 메소드들

메소드 설명
DrawCircle ( Circle c, Graphics g, ImageSpace i ) : void
DrawCircle ( Circle c, Graphics g, ImageSpace i, Pen p ) : void
DrawFilledCircle ( Circle c, Graphics g, ImageSpace i, Brush b ) : void
DrawLine ( Vector3D p1, Vector3D p2, Graphics g, ImageSpace i, Pen p ) : void
DrawTriangle ( Mesh triangle, Graphics g, ImageSpace i ) : void

비공개 메소드들

메소드 설명
Rect ( Circle c, ImageSpace i ) : Rectangle?
VecToPoint ( Vector3D vec, ImageSpace i ) : Point

메소드 상세

DrawCircle() 공개 정적인 메소드

public static DrawCircle ( Circle c, Graphics g, ImageSpace i ) : void
c Circle
g System.Drawing.Graphics
i ImageSpace
리턴 void

DrawCircle() 공개 정적인 메소드

public static DrawCircle ( Circle c, Graphics g, ImageSpace i, Pen p ) : void
c Circle
g System.Drawing.Graphics
i ImageSpace
p System.Drawing.Pen
리턴 void

DrawFilledCircle() 공개 정적인 메소드

public static DrawFilledCircle ( Circle c, Graphics g, ImageSpace i, Brush b ) : void
c Circle
g System.Drawing.Graphics
i ImageSpace
b System.Drawing.Brush
리턴 void

DrawLine() 공개 정적인 메소드

public static DrawLine ( Vector3D p1, Vector3D p2, Graphics g, ImageSpace i, Pen p ) : void
p1 Vector3D
p2 Vector3D
g System.Drawing.Graphics
i ImageSpace
p System.Drawing.Pen
리턴 void

DrawTriangle() 공개 정적인 메소드

public static DrawTriangle ( Mesh triangle, Graphics g, ImageSpace i ) : void
triangle R3.Geometry.Mesh
g System.Drawing.Graphics
i ImageSpace
리턴 void