VB6 Data type for coordinates (rectangle) that can be used a parameter Data Type

Viewed 269

I frequently find I want to pass coordinates to a Sub() but you can't Pass a User Defined Type.

Is there any built in type? For example, something like Line.

I'm trying to avoid dependencies as this is shrinkwrap software.

1 Answers
Related