RectD Constructor(Double,Double)
In This Topic
Initializes a new instance of the
RectD struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double _
)
public RectD(
System.double ,
System.double
)
Parameters
- width
- height
See Also