winrt xaml - CameraCaptureUI presents window with cropping box how can I control the initialize size of it -


I am using camera capture UI and it presents a window to the user with a resizeable crop box embedded in the window, How can I control the initial size of the crop box?

After getting the question here I got the answer very soon, of course, to affect the size of the crop window Need to change the aspect ratio on this line of code: aspect factor RITIO = new size (16, 9);

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -