Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 755 Bytes

graphicscapturepicker.md

File metadata and controls

24 lines (15 loc) · 755 Bytes
-api-id -api-type
T:Windows.Graphics.Capture.GraphicsCapturePicker
winrt class

Windows.Graphics.Capture.GraphicsCapturePicker

-description

A system picker UI control that allows the customer to select an item on the screen to capture.

In a desktop app, before using an instance of this class in a way that displays UI, you'll need to associate the object with its owner's window handle. For more info, and code examples, see Display WinRT UI objects that depend on CoreWindow.

-remarks

-see-also

Screen capture

-examples