Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

regionofinterest_bounds.md

File metadata and controls

27 lines (18 loc) · 1.03 KB
-api-id -api-type
P:Windows.Media.Devices.RegionOfInterest.Bounds
winrt property

Windows.Media.Devices.RegionOfInterest.Bounds

-description

Gets or sets the rectangle that defines the region of focus.

-property-value

The rectangle that defines the region of focus.

-remarks

To specify a point with non-normalized coordinates, meaning the BoundsNormalized property is not set or set to FALSE, you should specify a rectangle with width of 1 and height of 1.

To specify a point with normalized coordinates, meaning BoundsNormalized is set to TRUE, you should specify a rectangle with width of FLT_EPSILON and height of FLT_EPSILON.

If the region of interest specified by the developer is smaller than what is supported by the hardware, the driver will default to the smallest supported rectangle possible that fully contains the specified region.

-examples

-see-also