EvSize2D Interface
The EvSize2D TS interface defines a blueprint of a JS object that determines the 2D dimensions (width and height) of an object.
Properties
An EvSize2D object has the following properties:
width: number;A number, the width of a given object in the 2D length unit of measure global for the entire evCreate API.
height: number;A number, the height of a given object in the 2D length unit of measure global for the entire evCreate API.
Examples
{
width: 640,
height: 480
}
19 March 2025