ios - Is there/what is a UIImagePicker allowsEditing equivalent for Windows Phone SDK? -
at moment, in process of trying convert ios app on windows phone 8, however, in ios app, used uiimagepicker's allowsediting method happens in image below.
in image below, user can resize picture have selected can use part of picture selected in app, while picture select gets cropped square app use too.
my question is, making app using windows phone 8 sdk, there simple method same functionality, or have program functionality in myself?
thank much.
jon.
you should use photochoosertask pixelheight
, pixelwidth
properties:
photochooser.pixelheight = 612; photochooser.pixelwidth = 612;
Comments
Post a Comment