Метод | Описание | |
---|---|---|
LoadFromBitmapImageSourceAsync ( |
Creates a new WriteableBitmap from the source URI of the given BitmapImage.
|
|
LoadFromBitmapImageSourceAsync ( |
Creates a new WriteableBitmap from the source URI of the given BitmapImage.
|
|
LoadFromBitmapImageSourceAsync ( this target, |
Loads the WriteableBitmap from the source URI of the given BitmapImage
|
|
LoadFromBitmapImageSourceAsync ( this target, |
Loads the WriteableBitmap from the source URI of the given BitmapImage
|
public static LoadFromBitmapImageSourceAsync ( |
||
source | The source BitmapImage. | |
Результат | Task |
public static LoadFromBitmapImageSourceAsync ( |
||
source | The source BitmapImage. | |
decodePixelWidth | uint | Width to decode to. |
decodePixelHeight | uint | Height to decode to. |
Результат | Task |
public static LoadFromBitmapImageSourceAsync ( this target, |
||
target | this | The target WriteableBitmap. |
source | The source BitmapImage. | |
Результат | Task |
public static LoadFromBitmapImageSourceAsync ( this target, |
||
target | this | The target WriteableBitmap. |
source | The source BitmapImage. | |
decodePixelWidth | uint | Width to decode to. |
decodePixelHeight | uint | Height to decode to. |
Результат | Task |