Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 963 Bytes

compositiongraphicsdevice_createdrawingsurface_428570653.md

File metadata and controls

34 lines (22 loc) · 963 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionGraphicsDevice.CreateDrawingSurface(Windows.Foundation.Size,Windows.Graphics.DirectX.DirectXPixelFormat,Windows.Graphics.DirectX.DirectXAlphaMode)
winrt method

Windows.UI.Composition.CompositionGraphicsDevice.CreateDrawingSurface

-description

Creates an instance of CompositionDrawingSurface.

-parameters

-param sizePixels

The size in pixels of the surface.

-param pixelFormat

The pixel format of the surface.

-param alphaMode

How the alpha channel should be handled.

-returns

The created CompositionDrawingSurface.

-remarks

-examples

-see-also