C# Class PhotoSharingApp.Universal.Extensions.PhotoExtensions

Extension methods for Photo class.
Show file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ExtractCategoryPreview ( this photo ) : CategoryPreview

Extracts information from the given photo to return a valid instance of CategoryPreview.

Method Details

ExtractCategoryPreview() public static method

Extracts information from the given photo to return a valid instance of CategoryPreview.
public static ExtractCategoryPreview ( this photo ) : CategoryPreview
photo this The photo.
return PhotoSharingApp.Universal.Models.CategoryPreview