AdvancedCapturedPhoto.FrameBoundsRelativeToReferencePhoto 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Rect 的參考,表示進階相片擷取作業所產生的 Frame 維度,相對於傳遞至 OptionalReferencePhotoCaptured 事件的參照相片。
public:
property IReference<Rect> ^ FrameBoundsRelativeToReferencePhoto { IReference<Rect> ^ get(); };
IReference<Rect> FrameBoundsRelativeToReferencePhoto();
public System.Nullable<Rect> FrameBoundsRelativeToReferencePhoto { get; }
var iReference = advancedCapturedPhoto.frameBoundsRelativeToReferencePhoto;
Public ReadOnly Property FrameBoundsRelativeToReferencePhoto As Nullable(Of Rect)
屬性值
Rect的參考,表示所擷取框架相對於參照相片的框架界限。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
備註
由於涉及影像處理,使用 AdvancedPhotoCapture 擷取的畫面格可能會小於傳遞至 OptionalReferencePhotoCaptured 事件的預覽相片。 此屬性可讓您裁剪預覽框架,使其符合所處理框架的維度。
注意
並非所有擷取裝置都支援提供進階相片擷取的參考相片,或判斷參照相片的維度,因此此屬性可能是 Null。 在使用此屬性的值之前,請務必先檢查 Null 參考。