Size Property (Rectangle)
In This Topic
Gets a
Size value that represents the width and height of this
Rectangle structure.
Syntax
'Declaration
Public ReadOnly Property Size As Size
'Usage
Dim instance As Rectangle
Dim value As Size
value = instance.Size
See Also