Spread Silverlight Documentation
GcRect Constructor(Double,Double,Double,Double)


GrapeCity.Excel Namespace > GcRect Structure > GcRect Constructor : GcRect Constructor(Double,Double,Double,Double)
The x-coordinate of the upper-left corner of the rectangle
The y-coordinate of the upper-left corner of the rectangle
The width of the rectangle
The height of the rectangle
Initializes a new instance of the GrapeCity.Excel.GcRect class with the specified location and size.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
'Usage
 
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
 
Dim instance As New GcRect(x, y, width, height)
public GcRect( 
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

Parameters

x
The x-coordinate of the upper-left corner of the rectangle
y
The y-coordinate of the upper-left corner of the rectangle
width
The width of the rectangle
height
The height of the rectangle
See Also

Reference

GcRect Structure
GcRect Members
Overload List