在上传c#xamarin之前调整图像大小

时间:2014-07-24 20:19:19

标签: ios xamarin.ios xamarin xamarin-studio

我使用xamarin mobile开发社交网络,我希望在上传之前调整图片大小。像instagram照片的东西。 任何建议?

1 个答案:

答案 0 :(得分:6)

UIImage有一个Scale方法可以调整图像大小

public UIImage Scale (System.Drawing.SizeF newSize, float scaleFactor)

public UIImage Scale (System.Drawing.SizeF newSize)