Esempio n. 1
0
 public void QueueDraw(Rectangle rect)
 {
     view.SetNeedsDisplayInRect(new CGRect((nfloat)rect.X, (nfloat)rect.Y, (nfloat)rect.Width, (nfloat)rect.Height));
 }
Esempio n. 2
0
 public void QueueDraw(Rectangle rect)
 {
     view.SetNeedsDisplayInRect(new System.Drawing.RectangleF((float)rect.X, (float)rect.Y, (float)rect.Width, (float)rect.Height));
 }