TesterConnectionExtensions Methods
Gets the color value at the provided position on the system under test.
public static Color GetRGB(
this ITester t,
Point target
)
The Color of the pixel at the target position. If the target position is invalid, Color.Black is returned.
Last modified 2yr ago