C# Class CharacterMap.Core.Utils

Afficher le fichier Open project: EdiWang/UWP-CharacterMap Class Usage Examples

Méthodes publiques

Méthode Description
ParseHexString ( string hexNumber ) : int
SaveStreamToImage ( PickerLocationId location, string fileName, Stream stream, int pixelWidth, int pixelHeight ) : Task
UseDarkTheme ( ) : void
UseLightTheme ( ) : void

Method Details

ParseHexString() public static méthode

public static ParseHexString ( string hexNumber ) : int
hexNumber string
Résultat int

SaveStreamToImage() public static méthode

public static SaveStreamToImage ( PickerLocationId location, string fileName, Stream stream, int pixelWidth, int pixelHeight ) : Task
location PickerLocationId
fileName string
stream Stream
pixelWidth int
pixelHeight int
Résultat Task

UseDarkTheme() public static méthode

public static UseDarkTheme ( ) : void
Résultat void

UseLightTheme() public static méthode

public static UseLightTheme ( ) : void
Résultat void