Class Annotator
Inheritance
System.Object
    Annotator
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Win32
Assembly: ArtOfTest.WebAii.dll
Syntax
public class AnnotatorConstructors
Annotator(Desktop)
Annotator(IAnnotationHost)
Annotator(IAnnotationHost, AnnotatorSettings)
Declaration
public Annotator(IAnnotationHost host, AnnotatorSettings annotationSettings)Parameters
| IAnnotationHost
        host 
 | 
| AnnotatorSettings
        annotationSettings 
 | 
Properties
Settings
Methods
Annotate(Point, String)
Declaration
public void Annotate(Point point, string message)Parameters
| System.Drawing.Point
        point 
 | 
| System.String
        message 
 | 
Annotate(Rectangle, String)
Declaration
public void Annotate(Rectangle targetArea, string message)Parameters
| System.Drawing.Rectangle
        targetArea 
 | 
| System.String
        message 
 | 
Annotate(String)
Declaration
public void Annotate(string message)Parameters
| System.String
        message 
 | 
Annotate(String, Int32, OffsetReference)
Declaration
public void Annotate(string message, int displayTime, OffsetReference location)Parameters
| System.String
        message 
 | 
| System.Int32
        displayTime 
 | 
| OffsetReference
        location 
 | 
Clear()
Declaration
public void Clear()Close()
Declaration
public void Close()