Class: EOIBoundingBox
Public element model used in EyesOnIt requests, responses, or configuration.
Namespace: EyesOnItSDK.API.Elements
Constructors
public EOIBoundingBox(int left, int top, int width, int height)
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
Top | top | int | |
Left | left | int | |
Width | width | int | |
Height | height | int | |
Right | int | ||
Bottom | int |
Events
This class does not expose any public events.
Methods
This class does not expose any public methods.