Example #1
0
 protected virtual void Render(IRenderContext context, ISkin skin, Rectangle layout)
 {
     skin.DrawCanvas(context, layout, this);
 }
Example #2
0
 protected virtual void Render(IRenderContext context, ISkin skin, Rectangle layout)
 {
     skin.DrawCanvas(context, layout, this);
 }