Region.translateBy Method (object, JsNumber)
Translate this region by the given offset amount
Namespace: Ext.util
Class: Region
Syntax
public Region translateBy(object x, JsNumber y)
Parameters
x
Type: System.Object
<p>Object containing the <c>x</c> and <c>y</c> properties.
Or the x value is using the two argument form.</p>
y
Return Value
Type: Ext.util.Region
Ext.util.Region
|