Méthode | Description | |
---|---|---|
GetBitmap ( string name ) : |
||
GetHTML ( string name ) : string | ||
GetImage ( string absolutePath ) : ImageSource | ||
GetImageSource ( string name ) : BitmapFrame | ||
GetImageSource ( string name, string type ) : BitmapFrame | ||
ToHex ( this color ) : string |
public static GetBitmap ( string name ) : |
||
name | string | |
Résultat |
public static GetHTML ( string name ) : string | ||
name | string | |
Résultat | string |
public static GetImage ( string absolutePath ) : ImageSource | ||
absolutePath | string | |
Résultat | ImageSource |
public static GetImageSource ( string name ) : BitmapFrame | ||
name | string | |
Résultat | BitmapFrame |
public static GetImageSource ( string name, string type ) : BitmapFrame | ||
name | string | |
type | string | |
Résultat | BitmapFrame |
public static ToHex ( this color ) : string | ||
color | this | |
Résultat | string |