There's a normal constructor that implements resizableImageWithCapInsets:
resizingMode:

public UIImage(UIEdgeInsets capInsets, UIImageResizingMode resizingMode)


On Wed, Feb 6, 2013 at 9:51 AM, <markdan...@avolites.com> 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
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to