Example #1
0
		public void Invalidate (RectangleF frame)
		{
			SetNeedsDisplayInRect (frame.ToRectangleF ());
		}
Example #2
0
		public View (RectangleF frame)
			: base (frame.ToRectangleF ())
		{
		}