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