Condividi tramite


RegionOfInterest.BoundsNormalized Proprietà

Definizione

Ottiene o imposta un valore che indica se la proprietà Bounds Rect è in pixel o viene mappata a un intervallo compreso tra 0 e 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

Valore della proprietà

Boolean

bool

Valore che indica se la proprietà Bounds Rect è in pixel o viene mappata a un intervallo compreso tra 0 e 1,0.

Commenti

Per informazioni su come questa proprietà influisce sui limiti dell'area di interesse, vedere la proprietà Bounds .

Si applica a