Moonware.Common
MotionDisplay Enumeration



Motion Detector Display Mode
Syntax
'Declaration
 
<DataContractAttribute()>
Public Enum MotionDisplay 
   Inherits System.Enum
'Usage
 
Dim instance As MotionDisplay
[DataContractAttribute()]
public enum MotionDisplay : System.Enum 
[DataContractAttribute()]
public enum class MotionDisplay : public System.Enum 
Members
MemberDescription
Area Area (fastest)
Blob Blob Detection + Counting
Border Border Detection
Grid Grid Approach (webcamXP Style)
None Motion Area is not displayed
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Moonware.Common.MotionDisplay

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Moonware.Common Namespace

Send Feedback