public static Task<IReadWriteBitmapData?> LoadAsync(
Stream stream,
TaskConfig? asyncConfig = null
)Public Shared Function LoadAsync (
stream As Stream,
Optional asyncConfig As TaskConfig = Nothing
) As Task(Of IReadWriteBitmapData)public:
static Task<IReadWriteBitmapData^>^ LoadAsync(
Stream^ stream,
TaskConfig^ asyncConfig = nullptr
)static member LoadAsync :
stream : Stream *
?asyncConfig : TaskConfig
(* Defaults:
let _asyncConfig = defaultArg asyncConfig null
*)
-> Task<IReadWriteBitmapData> This method is not a blocking call, though the operation is not parallelized and the MaxDegreeOfParallelism property of the asyncConfig parameter is ignored.