RegionOfInterest.BoundsNormalized Property

Definition

Gets or sets a value indicating whether the Bounds Rect is in pixels or is mapped to a range of 0 to 1.0.

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.

Applies to