SoftwareBitmap.CreateCopyFromSurfaceAsync Methode
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.
CreateCopyFromSurfaceAsync(IDirect3DSurface) |
Erstellt asynchron eine neue SoftwareBitmap , indem eine tiefe Kopie der bereitgestellten IDirect3DSurface ausgeführt wird. Änderungen an den Daten in der neuen SoftwareBitmap wirken sich nicht auf die Oberfläche aus, auf der sie erstellt wurden. |
CreateCopyFromSurfaceAsync(IDirect3DSurface, BitmapAlphaMode) |
Erstellt asynchron eine neue SoftwareBitmap , indem eine tiefe Kopie der bereitgestellten IDirect3DSurface ausgeführt wird. Änderungen an den Daten in der neuen SoftwareBitmap wirken sich nicht auf die Oberfläche aus, auf der sie erstellt wurden. |
Erstellt asynchron eine neue SoftwareBitmap , indem eine tiefe Kopie der bereitgestellten IDirect3DSurface ausgeführt wird. Änderungen an den Daten in der neuen SoftwareBitmap wirken sich nicht auf die Oberfläche aus, auf der sie erstellt wurden.
public:
static IAsyncOperation<SoftwareBitmap ^> ^ CreateCopyFromSurfaceAsync(IDirect3DSurface ^ surface);
/// [Windows.Foundation.Metadata.Overload("CreateCopyFromSurfaceAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SoftwareBitmap> CreateCopyFromSurfaceAsync(IDirect3DSurface const& surface);
[Windows.Foundation.Metadata.Overload("CreateCopyFromSurfaceAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SoftwareBitmap> CreateCopyFromSurfaceAsync(IDirect3DSurface surface);
function createCopyFromSurfaceAsync(surface)
Public Shared Function CreateCopyFromSurfaceAsync (surface As IDirect3DSurface) As IAsyncOperation(Of SoftwareBitmap)
Parameter
- surface
- IDirect3DSurface
Die Quelloberfläche, auf der die Kopie erstellt wird.
Gibt zurück
Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung eine SoftwareBitmap zurückgibt.
- Attribute
Weitere Informationen
Gilt für:
WinRT Build 26100 und andere Versionen
Produkt | Versionen |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |
Erstellt asynchron eine neue SoftwareBitmap , indem eine tiefe Kopie der bereitgestellten IDirect3DSurface ausgeführt wird. Änderungen an den Daten in der neuen SoftwareBitmap wirken sich nicht auf die Oberfläche aus, auf der sie erstellt wurden.
public:
static IAsyncOperation<SoftwareBitmap ^> ^ CreateCopyFromSurfaceAsync(IDirect3DSurface ^ surface, BitmapAlphaMode alpha);
/// [Windows.Foundation.Metadata.Overload("CreateCopyWithAlphaFromSurfaceAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SoftwareBitmap> CreateCopyFromSurfaceAsync(IDirect3DSurface const& surface, BitmapAlphaMode const& alpha);
[Windows.Foundation.Metadata.Overload("CreateCopyWithAlphaFromSurfaceAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SoftwareBitmap> CreateCopyFromSurfaceAsync(IDirect3DSurface surface, BitmapAlphaMode alpha);
function createCopyFromSurfaceAsync(surface, alpha)
Public Shared Function CreateCopyFromSurfaceAsync (surface As IDirect3DSurface, alpha As BitmapAlphaMode) As IAsyncOperation(Of SoftwareBitmap)
Parameter
- surface
- IDirect3DSurface
Die Quelloberfläche, auf der die Kopie erstellt wird.
- alpha
- BitmapAlphaMode
Der Alphamodus der Softwarebitbitbit.
Gibt zurück
Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung eine SoftwareBitmap zurückgibt.
- Attribute
Weitere Informationen
Gilt für:
WinRT Build 26100 und andere Versionen
Produkt | Versionen |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |