Spread Silverlight Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcRect Structure
GcRect Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.