Beispiel #1
0
 /// <summary>
 /// Returns the smallest region that contains the current AND targetRegion. ...
 /// </summary>
 public object union(Region region){return null;}
 /// <summary>
 /// Modifies the current region to be constrained to the targetRegion.
 /// @param {Ext.util.Region} targetRegion
 /// </summary>
 public void constrainTo(Region r){}
Beispiel #3
0
 /// <summary>
 /// Copy the values of another Region to this Region ...
 /// </summary>
 public Region copyFrom(Region The){return null;}
Beispiel #4
0
 /// <summary>
 /// Check whether this region is equivalent to the given region ...
 /// </summary>
 public bool equals(Region region){return false;}
Beispiel #5
0
 /// <summary>
 /// Check whether this region is equivalent to the given region
 /// </summary>
 /// <param name="region"><p>The region to compare with</p>
 /// </param>
 /// <returns>
 /// <span><see cref="bool">Boolean</see></span><div>
 /// </div>
 /// </returns>
 public bool equals(Region region)
 {
     return(false);
 }
Beispiel #6
0
 /// <summary>
 /// Checks if this region completely contains the region that is passed in. ...
 /// </summary>
 public object contains(Region region){return null;}
Beispiel #7
0
 /// <summary>
 /// Modifies the current region to be constrained to the targetRegion.
 /// </summary>
 /// <param name="targetRegion">
 /// </param>
 /// <returns>
 /// <span><see cref="Ext.util.Region">Ext.util.Region</see></span><div><p>this</p>
 /// </div>
 /// </returns>
 public Region constrainTo(Region targetRegion){return null;}
 /// <summary>
 /// Checks if this region intersects the region passed in.
 /// @param {Ext.util.Region} region
 /// @return {Ext.util.Region/Boolean} Returns the intersected region or false if there is no intersection.
 /// </summary>
 public object intersect(Region region){return null;}
Beispiel #9
0
 /// <summary>
 /// Checks if this region completely contains the region that is passed in.
 /// </summary>
 /// <param name="region">
 /// </param>
 /// <returns>
 /// <span><see cref="bool">Boolean</see></span><div>
 /// </div>
 /// </returns>
 public bool contains(Region region)
 {
     return(false);
 }
Beispiel #10
0
 /// <summary>
 /// Returns the smallest region that contains the current AND targetRegion.
 /// </summary>
 /// <param name="region">
 /// </param>
 /// <returns>
 /// <span><see cref="Ext.util.Region">Ext.util.Region</see></span><div><p>a new region</p>
 /// </div>
 /// </returns>
 public Region union(Region region){return null;}
Beispiel #11
0
 /// <summary>
 /// Modifies the current region to be constrained to the targetRegion.
 /// </summary>
 /// <param name="targetRegion">
 /// </param>
 /// <returns>
 /// <span><see cref="Ext.util.Region">Ext.util.Region</see></span><div><p>this</p>
 /// </div>
 /// </returns>
 public Region constrainTo(Region targetRegion)
 {
     return(null);
 }
Beispiel #12
0
 /// <summary>
 /// Returns the smallest region that contains the current AND targetRegion.
 /// </summary>
 /// <param name="region">
 /// </param>
 /// <returns>
 /// <span><see cref="Ext.util.Region">Ext.util.Region</see></span><div><p>a new region</p>
 /// </div>
 /// </returns>
 public Region union(Region region)
 {
     return(null);
 }
Beispiel #13
0
 /// <summary>
 /// Checks if this region intersects the region passed in.
 /// </summary>
 /// <param name="region">
 /// </param>
 /// <returns>
 /// <span><see cref="Ext.util.Region">Ext.util.Region</see>/<see cref="bool">Boolean</see></span><div><p>Returns the intersected region or false if there is no intersection.</p>
 /// </div>
 /// </returns>
 public object intersect(Region region)
 {
     return(null);
 }
 /// <summary>
 /// Checks if this region completely contains the region that is passed in.
 /// @param {Ext.util.Region} region
 /// </summary>
 public void contains(Region region){}
Beispiel #15
0
 /// <summary>
 /// Checks if this region completely contains the region that is passed in.
 /// </summary>
 /// <param name="region">
 /// </param>
 /// <returns>
 /// <span><see cref="bool">Boolean</see></span><div>
 /// </div>
 /// </returns>
 public bool contains(Region region){return false;}
 /// <summary>
 /// Check whether this region is equivalent to the given region
 /// @param {Ext.util.Region} region The region to compare with
 /// @return {Boolean}
 /// </summary>
 public void equals(Region region){}
Beispiel #17
0
 /// <summary>
 /// Modifies the current region to be constrained to the targetRegion. ...
 /// </summary>
 public object constrainTo(Region targetRegion){return null;}
 /// <summary>
 /// Returns the smallest region that contains the current AND targetRegion.
 /// @param {Ext.util.Region} region
 /// </summary>
 public void union(Region region){}
Beispiel #19
0
 /// <summary>
 /// Copy the values of another Region to this Region
 /// </summary>
 /// <param name="p"><p>The region to copy from.</p>
 /// </param>
 /// <returns>
 /// <span><see cref="Ext.util.Region">Ext.util.Region</see></span><div><p>This Region</p>
 /// </div>
 /// </returns>
 public Region copyFrom(Region p)
 {
     return(null);
 }