C# 클래스 PurplePen.PunchesRenderer

상속: IPrintableRectangle
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Graphics g, float x, float y, int startLine, int countLines ) : void
Measure ( ) : SizeF
PunchesRenderer ( EventDB eventDB ) : System

비공개 메소드들

메소드 설명
CreateObjects ( ) : void
DisposeObjects ( ) : void
DrawPattern ( Graphics g, PunchPattern pattern, RectangleF punchRect ) : void
GetAllBoxes ( ) : List
NumberOfLines ( List boxes ) : int
Render ( Graphics g, int startLine, int countLines ) : void
RenderLine ( Graphics g, List boxes, int line, bool lastLine ) : void
RenderPunchBox ( Graphics g, CourseView controlView, RectangleF rect ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( Graphics g, float x, float y, int startLine, int countLines ) : void
g System.Drawing.Graphics
x float
y float
startLine int
countLines int
리턴 void

Measure() 공개 메소드

public Measure ( ) : SizeF
리턴 System.Drawing.SizeF

PunchesRenderer() 공개 메소드

public PunchesRenderer ( EventDB eventDB ) : System
eventDB EventDB
리턴 System