C# 클래스 Relative.DrawInfo

파일 보기 프로젝트 열기: Arhirat/Relative 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mGraphics System.Drawing.Graphics
mHeight int
mWidth int

공개 메소드들

메소드 설명
DrawInfo ( int w, int h, Graphics g ) : System
drawEllipse ( Pen pen, Vec pos, double width, double height ) : void
drawLine ( Pen pen, Vec pos0, Vec pos1 ) : void
drawText ( String text, Vec pos ) : void

메소드 상세

DrawInfo() 공개 메소드

public DrawInfo ( int w, int h, Graphics g ) : System
w int
h int
g System.Drawing.Graphics
리턴 System

drawEllipse() 공개 메소드

public drawEllipse ( Pen pen, Vec pos, double width, double height ) : void
pen System.Drawing.Pen
pos Vec
width double
height double
리턴 void

drawLine() 공개 메소드

public drawLine ( Pen pen, Vec pos0, Vec pos1 ) : void
pen System.Drawing.Pen
pos0 Vec
pos1 Vec
리턴 void

drawText() 공개 메소드

public drawText ( String text, Vec pos ) : void
text String
pos Vec
리턴 void

프로퍼티 상세

mGraphics 공개적으로 프로퍼티

public Graphics,System.Drawing mGraphics
리턴 System.Drawing.Graphics

mHeight 공개적으로 프로퍼티

public int mHeight
리턴 int

mWidth 공개적으로 프로퍼티

public int mWidth
리턴 int