|
-
Jul 8th, 2004, 08:51 AM
#1
Thread Starter
New Member
Inherit System.Drawing.Image
I want to extend image base class, but when I declare a subclass that inherits image I receive an error.
this is the code
Public Class ExtendedImage inherits Image
Sub New()
MyBase.New() <-- error Overload failed.
End Sub
end Class
How can I inherit this image class?
Thanks
Fabio
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|