Freigeben über


CompositionGraphicsDevice.CreateDrawingSurface2 Methode

Definition

Erstellt eine instance von CompositionDrawingSurface.

public:
 virtual CompositionDrawingSurface ^ CreateDrawingSurface2(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode) = CreateDrawingSurface2;
CompositionDrawingSurface CreateDrawingSurface2(SizeInt32 const& sizePixels, DirectXPixelFormat const& pixelFormat, DirectXAlphaMode const& alphaMode);
public CompositionDrawingSurface CreateDrawingSurface2(SizeInt32 sizePixels, DirectXPixelFormat pixelFormat, DirectXAlphaMode alphaMode);
function createDrawingSurface2(sizePixels, pixelFormat, alphaMode)
Public Function CreateDrawingSurface2 (sizePixels As SizeInt32, pixelFormat As DirectXPixelFormat, alphaMode As DirectXAlphaMode) As CompositionDrawingSurface

Parameter

sizePixels
SizeInt32

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

pixelFormat
DirectXPixelFormat

Das Pixelformat der Zeichnungsoberfläche.

alphaMode
DirectXAlphaMode

Der Alphamodus der Zeichnungsoberfläche.

Gibt zurück

Gibt das erstellte CompositionDrawingSurface zurück.

Gilt für: