Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 675 Bytes

compositor_createspriteshape_842079103.md

File metadata and controls

32 lines (18 loc) · 675 Bytes
-api-id -api-type
M:Windows.UI.Composition.Compositor.CreateSpriteShape(Windows.UI.Composition.CompositionGeometry)
winrt method

Windows.UI.Composition.Compositor.CreateSpriteShape

-description

Creates an instance of CompositionSpriteShape using the specified geometry.

-parameters

-param geometry

The geometry of the shape to create.

-returns

Returns the created CompositionSpriteShape object.

-remarks

-see-also

-examples