The compiler warns you that `RectangleF` is a value-type, not a class. See http://stackoverflow.com/a/7902376/220643
On Fri, Sep 20, 2013 at 9:16 AM, Mike Murdock <[email protected]> wrote: > Guys, Gals I have just install Xamarian upgrade for IOS7 and have my > first issue to resolve.**** > > ** ** > > Mycontrol.frame.location.x = anothercontrol.frame.location.x**** > > ** ** > > I get the following error “Cannot modify a value type return value of > System.Drawing.RectangleF.Location. “Consider storing the value in a > temporary variable”**** > > ** ** > > This is my first error I am sure many will follow. Also getting CGraphics > error all over the place.**** > > ** ** > > Any help would be great**** > > ** ** > > Thanks**** > > Michael Murdock**** > > AllMeds Inc.**** > > ** ** > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
