Spread WPF 17
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


In This Topic
    GcRect Constructor(GcPoint,GcPoint)
    In This Topic
    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