Freigeben über


CompositionGraphicsDevice.CreateMipmapSurface Methode

Definition

Erstellt eine instance von CompositionMipMapSurface.

public:
 virtual CompositionMipmapSurface ^ CreateMipmapSurface(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) = CreateMipmapSurface;
CompositionMipmapSurface CreateMipmapSurface(SizeInt32 const& sizePixels, DirectXPixelFormat const& pixelFormat, DirectXAlphaMode const& alphaMode);
public CompositionMipmapSurface CreateMipmapSurface(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode);
function createMipmapSurface(sizePixels, pixelFormat, alphaMode)
Public Function CreateMipmapSurface (sizePixels As SizeInt32, pixelFormat As DirectXPixelFormat, alphaMode As DirectXAlphaMode) As CompositionMipmapSurface

Parameter

sizePixels
SizeInt32

Die Größe der Oberfläche in Pixel.

pixelFormat
DirectXPixelFormat

Das Pixelformat der Oberfläche.

alphaMode
DirectXAlphaMode

Wie der Alphakanal behandelt werden soll.

Gibt zurück

Das erstellte CompositionMipMapSurface.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

Gilt für: