DisplayDevice.CreateScanoutSource(DisplayTarget) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 DisplaySource 物件,讓您能夠直接掃描/呈現到目前連線到此來源的 DisplayTarget 物件或物件。
public:
virtual DisplaySource ^ CreateScanoutSource(DisplayTarget ^ target) = CreateScanoutSource;
DisplaySource CreateScanoutSource(DisplayTarget const& target);
public DisplaySource CreateScanoutSource(DisplayTarget target);
function createScanoutSource(target)
Public Function CreateScanoutSource (target As DisplayTarget) As DisplaySource
參數
- target
- DisplayTarget
要為其建立顯示來源的作用中 DisplayTarget 。
傳回
備註
建立 DisplaySource 物件會隱含地取得來源的擁有權,並防止其他人將內容呈現到畫面。