Spread Silverlight Documentation
GcRect Constructor(GcPoint,GcPoint)


GrapeCity.Excel Namespace > GcRect Structure > GcRect Constructor : GcRect Constructor(GcPoint,GcPoint)
A GrapeCity.Excel.GcPoint object that represents the upper-left corner of the rectangular region
A GrepaCityExcel.GcPoint object that represents the lower-right corner of the rectangular region
Initializes a new instance of the GrapeCity.Excel.GcRect class at the specified location and size.
Syntax
'Declaration
 
Public Function New( _
   ByVal point1 As GcPoint, _
   ByVal point2 As GcPoint _
)
'Usage
 
Dim point1 As GcPoint
Dim point2 As GcPoint
 
Dim instance As New GcRect(point1, point2)
public GcRect( 
   GcPoint point1,
   GcPoint point2
)

Parameters

point1
A GrapeCity.Excel.GcPoint object that represents the upper-left corner of the rectangular region
point2
A GrepaCityExcel.GcPoint object that represents the lower-right corner of the rectangular region
See Also

Reference

GcRect Structure
GcRect Members
Overload List