Spread.Sheets Documentation
Rect type
Represents a rectangle with a special location, and its width and height in two-dimensional space.
Syntax
var instance = new GC.Spread.Sheets.Rect(x, y, w, h);
function Rect;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Rect

Constructors
 NameDescription
public ConstructorRect ConstructorRepresents a rectangle with a special location, and its width and height in two-dimensional space.  
Top
Fields
 NameDescription
public FieldheightThe width of the rectangle.  
public FieldwidthThe height of the rectangle.  
public FieldxThe x-coordinate of the top-left corner of the rectangle.  
public FieldyThe y-coordinate of the top-left corner of the rectangle.  
Top
Methods
 NameDescription
public MethodcontainsIndicates whether the rectangle contains the specified x-coordinate and y-coordinate.  
public MethodgetIntersectRectGets the rectangle that intersects with the current rectangle.  
public MethodintersectIndicates whether the specified rectangle intersects with the current rectangle.  
public MethodintersectRectIndicates whether the specified rectangle intersects with the current rectangle.  
Top
See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.