/// <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){}
/// <summary> /// Copy the values of another Region to this Region ... /// </summary> public Region copyFrom(Region The){return null;}
/// <summary> /// Check whether this region is equivalent to the given region ... /// </summary> public bool equals(Region region){return false;}
/// <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); }
/// <summary> /// Checks if this region completely contains the region that is passed in. ... /// </summary> public object contains(Region region){return null;}
/// <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;}
/// <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> /// 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;}
/// <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> /// 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); }
/// <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){}
/// <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){}
/// <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){}
/// <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); }