Tip
See the Remarks section of the ToWriteableBitmap method for more details.
public static Task<WriteableBitmap?> ToWriteableBitmapAsync(
this IReadableBitmapData source,
TaskConfig? asyncConfig = null
)<ExtensionAttribute>
Public Shared Function ToWriteableBitmapAsync (
source As IReadableBitmapData,
Optional asyncConfig As TaskConfig = Nothing
) As Task(Of WriteableBitmap)public:
[ExtensionAttribute]
static Task<WriteableBitmap^>^ ToWriteableBitmapAsync(
IReadableBitmapData^ source,
TaskConfig^ asyncConfig = nullptr
)[<ExtensionAttribute>]
static member ToWriteableBitmapAsync :
source : IReadableBitmapData *
?asyncConfig : TaskConfig
(* Defaults:
let _asyncConfig = defaultArg asyncConfig null
*)
-> Task<WriteableBitmap> This method is not a blocking call even if the MaxDegreeOfParallelism property of the asyncConfig parameter is 1.
| ArgumentNullException | source is . |