Exemplo n.º 1
0
 internal RollDrawUtils(BalthasarLib.D2DPainter.D2DPaintEventArgs e, RollConfigures rconf, PianoProperties pprops)
     : base(e, rconf)
 {
 }
Exemplo n.º 2
0
 internal TrackerDrawUtils(BalthasarLib.D2DPainter.D2DPaintEventArgs e, TrackerConfigures rconf)
 {
     baseEvent  = e;
     this.rconf = rconf;
 }
Exemplo n.º 3
0
 internal DrawUtils(BalthasarLib.D2DPainter.D2DPaintEventArgs e, RollConfigures rconf)
 {
     baseEvent  = e;
     this.rconf = rconf;
 }
 internal TitleDrawUtils(BalthasarLib.D2DPainter.D2DPaintEventArgs e, RollConfigures rconf)
     : base(e, rconf)
 {
     baseEvent = e;
 }