C# Class WinRTXamlToolkit.IO.ScaledImageFile

Contains a helper method for getting a file with the applicable scale qualifier.
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
GetAsync ( string relativePath ) : Task

Used to retrieve a StorageFile that uses qualifiers in the naming convention.

Method Details

GetAsync() public static method

Used to retrieve a StorageFile that uses qualifiers in the naming convention.
public static GetAsync ( string relativePath ) : Task
relativePath string
return Task