Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 905 Bytes

compositiongraphicsdevice_createdrawingsurface2_1137892861.md

File metadata and controls

36 lines (22 loc) · 905 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionGraphicsDevice.CreateDrawingSurface2(Windows.Graphics.SizeInt32,Windows.Graphics.DirectX.DirectXPixelFormat,Windows.Graphics.DirectX.DirectXAlphaMode)
winrt method

Windows.UI.Composition.CompositionGraphicsDevice.CreateDrawingSurface2

-description

Creates an instance of CompositionDrawingSurface.

-parameters

-param sizePixels

The size of the drawing surface in pixels.

-param pixelFormat

The pixel format of the drawing surface.

-param alphaMode

The alpha mode of the drawing surface.

-returns

Returns the created CompositionDrawingSurface.

-remarks

-see-also

-examples