RegionOfInterest.BoundsNormalized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool BoundsNormalized { bool get(); void set(bool value); };
bool BoundsNormalized();
void BoundsNormalized(bool value);
public bool BoundsNormalized { get; set; }
var boolean = regionOfInterest.boundsNormalized;
regionOfInterest.boundsNormalized = boolean;
Public Property BoundsNormalized As Boolean
Property Value
Boolean
bool
A value indicating whether the Bounds Rect is in pixels or is mapped to a range of 0 to 1.0.
Remarks
For information on how this property affects the bounds of the region of interest, see the Bounds property.