New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Win32

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class Annotator

Inheritance: objectAnnotator

Constructors

C#
public Annotator(Desktop desktop)
Parameters:desktopDesktop
C#
public Annotator(IAnnotationHost host, AnnotatorSettings annotationSettings)
Parameters:hostIAnnotationHostannotationSettingsAnnotatorSettings
C#
public Annotator(IAnnotationHost host)
Parameters:hostIAnnotationHost

Properties

C#
public AnnotatorSettings Settings { get; set; }

Methods

C#
public void Annotate(Point point, string message)
Parameters:pointPointmessagestring
C#
public void Annotate(Rectangle targetArea, string message)
Parameters:targetAreaRectanglemessagestring
C#
public void Annotate(string message, int displayTime, OffsetReference location)
Parameters:messagestringdisplayTimeintlocationOffsetReference
C#
public void Annotate(string message)
Parameters:messagestring
C#
public void Clear()
C#
public void Close()