wijmo.input Namespace > Utility type : GetElementPosition Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.Utility(); var value; // Type: any // Parameters var id; // Type: any value = instance.GetElementPosition(id); |
Javascript (Specification) | |
---|---|
function GetElementPosition( id : any ) : any; |