Class MovementDetectedEventArgs

    Definition

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

    Provides data for the Detected event.

    [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
    [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
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public IEnumerable<Rectangle> Areas { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><Rectangle>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX