Class MovementDetectedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Provides data for the Detected event.
public class MovementDetectedEventArgs : EventArgs
- Inheritance
Constructors
View SourceMovementDetectedEventArgs(IEnumerable<Rectangle>)
Initializes a new instance of the MovementDetectedEventArgs class.
Declaration
public MovementDetectedEventArgs(IEnumerable<Rectangle> areas)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Rectangle> | areas |
API Level: 4
Properties
View SourceAreas
Gets a set of rectangular regions where movement was detected.
Declaration
public IEnumerable<Rectangle> Areas { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Rectangle> |