TripwireMotionCrossedArgsPoints Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic List<Point> Points { get; }
Public ReadOnly Property Points As List(Of Point)
Get
public:
property List<Point>^ Points {
List<Point>^ get ();
}
member Points : List<Point> with get
Property Value
Type:
ListPoint
See Also