Methods (subs) in types?

mshihrer

Member
Licensed User
Longtime User
Is it possible to have a user defined type that calls a sub routine? For example, I'm trying to create a "sprite" class, and I'd like to have it call a sub routine that actually does the drawing. IF so, how would this be declared? Thanks.
 
Top