Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 718 Bytes

graphicscaptureaccesskind.md

File metadata and controls

37 lines (20 loc) · 718 Bytes
-api-id -api-type
T:Windows.Graphics.Capture.GraphicsCaptureAccessKind
winrt enum

Windows.Graphics.Capture.GraphicsCaptureAccessKind

-description

Specifies the types of access that can be requested for graphics capture.

-enum-fields

-field Borderless:0

Access for borderless capture.

-field Programmatic: 1

Access for programmatic capture.

-remarks

Specify a member of this enumeration when calling GraphicsCaptureAccess.RequestAccessAsync.

-see-also

GraphicsCaptureAccess.RequestAccessAsync

-examples