WebResolutionJS Constructor(number,number)
In This Topic
Initializes a new instance of the
WebResolutionJS class.
Syntax
// Parameters
var x; // Type: number
var y; // Type: number
var instance = new Vintasoft.Shared.WebResolutionJS(x, y);
Parameters
- x
- Horizontal resolution, in pixels per inch.
- y
- Vertical resolution, in pixels per inch.
Browser Compatibility
See Also