SoftwareBitmap.CreateCopyFromSurfaceAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
CreateCopyFromSurfaceAsync(IDirect3DSurface) |
Crea in modo asincrono un nuovo SoftwareBitmap eseguendo una copia approfondita dell'oggetto IDirect3DSurface fornito. Le modifiche apportate ai dati nel nuovo SoftwareBitmap non effettoranno la superficie da cui è stata creata. |
CreateCopyFromSurfaceAsync(IDirect3DSurface, BitmapAlphaMode) |
Crea in modo asincrono un nuovo SoftwareBitmap eseguendo una copia approfondita dell'oggetto IDirect3DSurface fornito. Le modifiche apportate ai dati nel nuovo SoftwareBitmap non effettoranno la superficie da cui è stata creata. |
CreateCopyFromSurfaceAsync(IDirect3DSurface)
Crea in modo asincrono un nuovo SoftwareBitmap eseguendo una copia approfondita dell'oggetto IDirect3DSurface fornito. Le modifiche apportate ai dati nel nuovo SoftwareBitmap non effettoranno la superficie da cui è stata creata.
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)
Parametri
- surface
- IDirect3DSurface
Superficie di origine da cui verrà creata la copia.
Restituisce
Operazione asincrona che restituisce un SoftwareBitmap al completamento corretto.
- Attributi
Vedi anche
Si applica a
CreateCopyFromSurfaceAsync(IDirect3DSurface, BitmapAlphaMode)
Crea in modo asincrono un nuovo SoftwareBitmap eseguendo una copia approfondita dell'oggetto IDirect3DSurface fornito. Le modifiche apportate ai dati nel nuovo SoftwareBitmap non effettoranno la superficie da cui è stata creata.
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)
Parametri
- surface
- IDirect3DSurface
Superficie di origine da cui verrà creata la copia.
- alpha
- BitmapAlphaMode
Modalità alfa della bitmap software.
Restituisce
Operazione asincrona che restituisce un SoftwareBitmap al completamento corretto.
- Attributi