Share via


GraphicsCaptureItem Class

Definition

The target of the capture, chosen with the picker control.

[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GraphicsCaptureItem
Inheritance
Object GraphicsCaptureItem
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Remarks

Version history

Windows version SDK version Value added
1809 17763 CreateFromVisual

Properties

DisplayName

The display name of the target of the capture (for example, the application title).

Size

The size of the target of the capture.

Methods

CreateFromVisual(Visual)

Constructs a GraphicsCaptureItem that represents the given Visual.

TryCreateFromDisplayId(DisplayId)

Attempts to create a GraphicsCaptureItem that represents the display with the specified DisplayId.

TryCreateFromWindowId(WindowId)

Attempts to create a GraphicsCaptureItem that represents the window with the specified WindowId.

Events

Closed

An event raised when the target of the capture has been closed.

Applies to

Product Versions
WinRT Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also