Freigeben über


CompositionGraphicsDevice.CreateDrawingSurface Methode

Definition

Erstellt eine instance von CompositionDrawingSurface.

public:
 virtual CompositionDrawingSurface ^ CreateDrawingSurface(Size sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) = CreateDrawingSurface;
CompositionDrawingSurface CreateDrawingSurface(Size const& sizePixels, DirectXPixelFormat const& pixelFormat, DirectXAlphaMode const& alphaMode);
public CompositionDrawingSurface CreateDrawingSurface(Size sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode);
function createDrawingSurface(sizePixels, pixelFormat, alphaMode)
Public Function CreateDrawingSurface (sizePixels As Size, pixelFormat As DirectXPixelFormat, alphaMode As DirectXAlphaMode) As CompositionDrawingSurface

Parameter

sizePixels
Size

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 CompositionDrawingSurface.

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)

Gilt für: