RegionOfInterest 类

定义

表示感兴趣的区域,该区域是图像上的矩形区域,用于对焦和曝光等功能。

public ref class RegionOfInterest sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RegionOfInterest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class RegionOfInterest final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RegionOfInterest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class RegionOfInterest
function RegionOfInterest()
Public NotInheritable Class RegionOfInterest
继承
Object Platform::Object IInspectable RegionOfInterest
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

通过访问 RegionOfInterest 属性获取此类的实例。

感兴趣的区域指定用于计算焦点和曝光等功能的预览矩形区域。 这支持点击聚焦等方案。

构造函数

RegionOfInterest()

创建 RegionOfInterest 控件的新实例。

属性

AutoExposureEnabled

获取或设置一个值,该值指定是否启用自动曝光。

AutoFocusEnabled

获取或设置一个值,该值指定是否启用自动对焦。

AutoWhiteBalanceEnabled

获取或设置一个值,该值指定是否启用自动白平衡。

Bounds

获取或设置定义焦点区域的矩形。

BoundsNormalized

获取或设置一个值,该值指示 边界 矩形是以像素为单位还是映射到 0 到 1.0 的范围。

Type

获取或设置 由 RegionOfInterest 对象表示的区域的类型。

Weight

获取或设置相关区域的权重。

适用于

另请参阅