This is a migrated thread and some comments may be shown as answers.

TAP Naming conventions

3 Answers 53 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Add-in Express
Top achievements
Rank 1
Add-in Express asked on 19 Jun 2013, 02:07 PM
Hello,

I have noticed the following code in the blog post:

SharpenTool sharpen = new SharpenTool();
sharpen.Value = 1;
WriteableBitmap sharpImage = await sharpen.Apply(new BitmapImage(new Uri("myImage.jpg", UriKind.Relative)));

Note, it is recommended to name asynchronous methods ending with the Async keyword:

By convention, you append "Async" to the names of methods that have an Async or async modifier. 

Please consider refactoring the source code of the ImageEditor component for the future releases.

Regards from Belarus,
Eugene Astafiev

3 Answers, 1 is accepted

Sort by
0
Accepted
Victor
Telerik team
answered on 19 Jun 2013, 03:40 PM
Hello Irina,

Will do, thanks for the feedback.

Regards,
Victor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Add-in Express
Top achievements
Rank 1
answered on 19 Jun 2013, 04:02 PM
Viktor,

Do you have any news regarding the WP7 edition of the ImageEditor control?

Regards from Belarus,
Eugene Astafiev
0
Accepted
Victor
Telerik team
answered on 20 Jun 2013, 08:39 AM
Hello Eugene,

Yes, we will get to porting the image editor very soon and will release a service pack next month.
If you have more question, please write again.

Regards,
Victor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
ImageEditor
Asked by
Add-in Express
Top achievements
Rank 1
Answers by
Victor
Telerik team
Add-in Express
Top achievements
Rank 1
Share this question
or