예제 #1
0
 public bool sendDisplay(int width, int height, int barHeight, int scale)
 {
     if (face != null)
     {
         return(face.display(width, height, barHeight, scale));
     }
     return(false);
 }