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.

select part of photo like

you should use photochoosertask pixelheight , pixelwidth properties:

photochooser.pixelheight = 612; photochooser.pixelwidth = 612; 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -