C# Class Detector.Motion.AnimationHandeler

Exibir arquivo Open project: AshleighAdams/Detector Class Usage Examples

Public Properties

Property Type Description
Obj Detector.Tracking.ObjectTracked
bitmaps LinkedList

Public Methods

Method Description
AnimationHandeler ( ObjectTracked obj ) : System
GetHashCode ( ) : int
operator ( ) : bool

Method Details

AnimationHandeler() public method

public AnimationHandeler ( ObjectTracked obj ) : System
obj Detector.Tracking.ObjectTracked
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Obj public_oe property

public ObjectTracked,Detector.Tracking Obj
return Detector.Tracking.ObjectTracked

bitmaps public_oe property

public LinkedList bitmaps
return LinkedList