共用方式為


GraphicsCaptureSession 類別

定義

允許應用程式擷取螢幕擷取畫面。

public ref class GraphicsCaptureSession sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GraphicsCaptureSession final : IClosable
[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 GraphicsCaptureSession : System.IDisposable
Public NotInheritable Class GraphicsCaptureSession
Implements IDisposable
繼承
Object Platform::Object IInspectable GraphicsCaptureSession
屬性
實作

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

備註

版本歷程記錄

Windows 版本 SDK 版本 已新增值
2004 19041 IsCursorCaptureEnabled

屬性

DirtyRegionMode

允許應用程式擷取螢幕擷取畫面。

IncludeSecondaryWindows

允許應用程式擷取螢幕擷取畫面。

IsBorderRequired

取得或設定值,指定擷取作業是否需要視窗周圍有色彩的框線或顯示,以指出擷取正在進行中。

IsCursorCaptureEnabled

取得或設定值,指定擷取會話是否會在擷取的內容中包含游標。

MinUpdateInterval

允許應用程式擷取螢幕擷取畫面。

方法

Close()

關閉擷取會話並釋放資源。

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

IsSupported()

如果裝置支援螢幕擷取,則傳回 true。

StartCapture()

啟動擷取會話,允許應用程式擷取畫面格。

適用於

另請參閱