C# 클래스 Alsing.SourceCode.SourceCodePrintDocument

상속: System.Drawing.Printing.PrintDocument
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
SourceCodePrintDocument ( ) : System.ComponentModel
SourceCodePrintDocument ( SyntaxDocument document ) : System.ComponentModel

보호된 메소드들

메소드 설명
OnBeginPrint ( System.Drawing.Printing.PrintEventArgs ev ) : void
OnPrintPage ( System.Drawing.Printing.PrintPageEventArgs ev ) : void

메소드 상세

OnBeginPrint() 보호된 메소드

protected OnBeginPrint ( System.Drawing.Printing.PrintEventArgs ev ) : void
ev System.Drawing.Printing.PrintEventArgs
리턴 void

OnPrintPage() 보호된 메소드

protected OnPrintPage ( System.Drawing.Printing.PrintPageEventArgs ev ) : void
ev System.Drawing.Printing.PrintPageEventArgs
리턴 void

SourceCodePrintDocument() 공개 메소드

public SourceCodePrintDocument ( ) : System.ComponentModel
리턴 System.ComponentModel

SourceCodePrintDocument() 공개 메소드

public SourceCodePrintDocument ( SyntaxDocument document ) : System.ComponentModel
document SyntaxDocument
리턴 System.ComponentModel