C# Class CharacterMap.Core.Utils

Show file Open project: EdiWang/UWP-CharacterMap Class Usage Examples

Public Methods

Method 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 method

public static ParseHexString ( string hexNumber ) : int
hexNumber string
return int

SaveStreamToImage() public static method

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

UseDarkTheme() public static method

public static UseDarkTheme ( ) : void
return void

UseLightTheme() public static method

public static UseLightTheme ( ) : void
return void