Class MovementDetectedEventArgs

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll

Provides data for the Detected event.

C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public class MovementDetectedEventArgs : EventArgs
Inheritance
object
System.EventArgs
MovementDetectedEventArgs

Constructors

View Source

MovementDetectedEventArgs(IEnumerable<Rectangle>)

Initializes a new instance of the MovementDetectedEventArgs class.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public MovementDetectedEventArgs(IEnumerable<Rectangle> areas)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<T><Rectangle> areas

Properties

View Source

Areas

Gets a set of rectangular regions where movement was detected.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public IEnumerable<Rectangle> Areas { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><Rectangle>