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