GraphicsCaptureSession 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許應用程式擷取螢幕擷取畫面。
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
- 繼承
- 屬性
- 實作
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() |
啟動擷取會話,允許應用程式擷取畫面格。 |