C# 클래스 MidiSheetMusic.RestSymbol

상속: MusicSymbol
파일 보기 프로젝트 열기: BYVoid/MidiToSheetMusic 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Graphics g, Pen pen, int ytop ) : void
DrawEighth ( Graphics g, Pen pen, int ytop ) : void
DrawHalf ( Graphics g, Pen pen, int ytop ) : void
DrawQuarter ( Graphics g, Pen pen, int ytop ) : void
DrawWhole ( Graphics g, Pen pen, int ytop ) : void
RestSymbol ( int start, NoteDuration dur ) : System
ToString ( ) : string

메소드 상세

Draw() 공개 메소드

public Draw ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
리턴 void

DrawEighth() 공개 메소드

public DrawEighth ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
리턴 void

DrawHalf() 공개 메소드

public DrawHalf ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
리턴 void

DrawQuarter() 공개 메소드

public DrawQuarter ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
리턴 void

DrawWhole() 공개 메소드

public DrawWhole ( Graphics g, Pen pen, int ytop ) : void
g System.Drawing.Graphics
pen System.Drawing.Pen
ytop int
리턴 void

RestSymbol() 공개 메소드

public RestSymbol ( int start, NoteDuration dur ) : System
start int
dur NoteDuration
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string