/// <summary>
 /// Get the offset amount of a point outside the region
 /// @param {String} axis optional
 /// @param {Ext.util.Point} p the point
 /// @return {Ext.util.Offset}
 /// </summary>
 public void getOutOfBoundOffset(JsString axis, Point p){}
Beispiel #2
0
 /// <summary>
 /// Get the offset amount of a point outside the region ...
 /// </summary>
 public Offset getOutOfBoundOffset(JsString axis, Point p){return null;}