Class MovementDetectedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Provides data for the Detected event.
C#Copypublic class MovementDetectedEventArgs : EventArgs
- Inheritance
Constructors
View Source
MovementDetectedEventArgs(IEnumerable<Rectangle>)
Initializes a new instance of the MovementDetectedEventArgs class.
Declaration
C#Copypublic MovementDetectedEventArgs(IEnumerable<Rectangle> areas)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Rectangle> | areas |
API Level: 4
Properties
Declaration
C#Copypublic IEnumerable<Rectangle> Areas { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Rectangle> |