ImageObjectExtractor.CreateWithSoftwareBitmapAsync(SoftwareBitmap) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
static IAsyncOperation<ImageObjectExtractor ^> ^ CreateWithSoftwareBitmapAsync(SoftwareBitmap ^ softwareBitmap);
static IAsyncOperation<ImageObjectExtractor> CreateWithSoftwareBitmapAsync(SoftwareBitmap const& softwareBitmap);
public static IAsyncOperation<ImageObjectExtractor> CreateWithSoftwareBitmapAsync(SoftwareBitmap softwareBitmap);
function createWithSoftwareBitmapAsync(softwareBitmap)
Public Shared Function CreateWithSoftwareBitmapAsync (softwareBitmap As SoftwareBitmap) As IAsyncOperation(Of ImageObjectExtractor)
Parameter
- softwareBitmap
- SoftwareBitmap