C# 클래스 MidiSheetMusic.BarSymbol

상속: MusicSymbol
파일 보기 프로젝트 열기: BYVoid/MidiToSheetMusic

공개 메소드들

메소드 설명
BarSymbol ( int starttime ) : System
Draw ( Graphics g, Pen pen, int ytop ) : void
ToString ( ) : string

메소드 상세

BarSymbol() 공개 메소드

public BarSymbol ( int starttime ) : System
starttime int
리턴 System

Draw() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string