It also would make sense to have that as an overload for
CreateResizableImage - looking at the code (CMD-D on the method), its
done as a constructor, but its sending an instance method message.

File a bug in bugzilla? (or tell me, and I will)



On 6 February 2013 18:08, Len Charest <[email protected]> wrote:
> There's a normal constructor that implements resizableImageWithCapInsets:
> resizingMode:
>
> public UIImage(UIEdgeInsets capInsets, UIImageResizingMode resizingMode)
>
>
> On Wed, Feb 6, 2013 at 9:51 AM, <[email protected]> wrote:
>>
>> The Apple documentation for UIImage has a method
>>
>> resizableImageWithCapInsets:resizingMode:
>>
>> UIImage only has
>>
>> UIImage CreateResizableImage (UIEdgeInsets capInsets);
>>
>> I was expecting an overload
>>
>> UIImage CreateResizableImage (UIEdgeInsets capInsets, UIImageResizingMode
>> resizingMode);
>>
>> But there is none. Is this missing from the binding or have I missed
>> something? I can't set ResizingMode after
>> construction because UIImage is immutable.
>>
>> Is there a way I can add the missing binding?
>>
>> Thanks,
>> Mark Daniel
>>
>>
>>
>> _______________________________________________
>> MonoTouch mailing list
>> [email protected]
>> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



--
Nic Wise
t.  +44 7788 592 806 | @fastchicken
b. http://www.fastchicken.co.nz/
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to