Class MovementDetectedEventArgs

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
4

Provides data for the Detected event.

C#
Copy
public class MovementDetectedEventArgs : EventArgs
Inheritance
System.Object
MovementDetectedEventArgs

Constructors

View Source

MovementDetectedEventArgs(IEnumerable<Rectangle>)

Initializes a new instance of the MovementDetectedEventArgs class.

Declaration
C#
Copy
public MovementDetectedEventArgs(IEnumerable<Rectangle> areas)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Rectangle> areas
API Level: 4

Properties

View Source

Areas

Gets a set of rectangular regions where movement was detected.

Declaration
C#
Copy
public IEnumerable<Rectangle> Areas { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Rectangle>
API Level: 4