IScreenshotResult 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
螢幕快照的表示法,因為使用者所擷取的螢幕快照。
public interface class IScreenshotResult
public interface IScreenshotResult
type IScreenshotResult = interface
Public Interface IScreenshotResult
屬性
Height |
此螢幕快照的高度,以像素為單位。 |
Width |
此螢幕快照的寬度,以像素為單位。 |
方法
CopyToAsync(Stream, ScreenshotFormat, Int32) |
螢幕快照的表示法,因為使用者所擷取的螢幕快照。 |
OpenReadAsync(ScreenshotFormat, Int32) |
開啟檔案系統 Stream 上對應螢幕快照檔的 。 |