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

Reply via email to