示例#1
0
 public System.Drawing.Rectangle[] GetTextLocations(string textToFind, System.Drawing.Rectangle textArea)
 {
     return(Concrete.GetTextLocations(textToFind, textArea));
 }
				public System.Drawing.Rectangle[] GetTextLocations(string textToFind)
				{
					return Concrete.GetTextLocations(textToFind);
				}