Example #1
0
 /// <summary>
 /// General Constructor for GUIRegion.
 /// </summary>
 /// <param name="id">An identifier for the region</param>
 public GUIRegion(WindowBoundInteractionRegionIdentifier id)
     : base(id)
 {
     logger.Trace("Creating a new GUIRegion.");
     Activate += new EventHandler <Tobii.TecSDK.Client.Interaction.ActivateEventArgs>(OnActivate);
     Publish(this, EventType.ADD);
 }
 /// <summary>
 /// General Constructor for GUIRegion.
 /// </summary>
 /// <param name="id">An identifier for the region</param>
 public GUIRegion(WindowBoundInteractionRegionIdentifier id)
     : base(id)
 {
     logger.Trace("Creating a new GUIRegion.");
     Activate += new EventHandler<Tobii.TecSDK.Client.Interaction.ActivateEventArgs>(OnActivate);
     Publish(this, EventType.ADD);
 }