Dela via


DigitalWindowCapability.NormalizedFieldOfViewLimit Property

Definition

Gets a normalized rectangle representing the field of view limit of the capture device.

public:
 property Rect NormalizedFieldOfViewLimit { Rect get(); };
Rect NormalizedFieldOfViewLimit();
public Rect NormalizedFieldOfViewLimit { get; }
var rect = digitalWindowCapability.normalizedFieldOfViewLimit;
Public ReadOnly Property NormalizedFieldOfViewLimit As Rect

Property Value

A rectangle with normalized values.

Remarks

Since the digital window field of view is a subset of the field of view that the sensor can see, these values are likely to be outside the bounds of 0 and 1, for example (-.5, -.5, 1.5, 1.5).

Applies to