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