I can create a box on the alarm view in the smart client by adding a bounding box in my xml call.
But if I change the box for a polygon then nothing is displayed.
I tried multiple points (2/3/4), I tried different color settings, I moved the polygon definition from object to rules, but nothing seem to help.
The call registers fine without errors but there’s no line / polygon.
I’m hoping someone here is smarter than me and can help…
720
1280
1440
2560
<Polygon>
<Point X="1280" Y="720" />
<Point X="2560" Y="1440" />
<Color R="0" G="0" B="255" A="255" />
</Polygon>