Class
ElementImage

Object holding the visual properties of an element.

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class ElementImage

Inheritance: objectElementImage

Constructors

ElementImage()

Declaration

cs-api-definition
public ElementImage()

Properties

Image

Image preserved in a byte []

Declaration

cs-api-definition
public byte[] Image { get; set; }

Property Value

byte[]

OsVersion

Operation System Version

Declaration

cs-api-definition
public Version OsVersion { get; set; }

Property Value

Version

ScreenScale

Screen scale factor of the time of the image capture.

Declaration

cs-api-definition
public float ScreenScale { get; set; }

Property Value

float