Hey all,
I am trying to figure out what the constructors for the Image object are.
I have figured out that in IE and Mozilla, the Image object, and the
HTMLImageElemen t are the same, from a property perspective at least, but
what is the constructor for the Image object?
I know that I can call the following constructors, but are there others?
Image()
Image(int x, int y)
I could not find any actual spec for this.
Brian
I am trying to figure out what the constructors for the Image object are.
I have figured out that in IE and Mozilla, the Image object, and the
HTMLImageElemen t are the same, from a property perspective at least, but
what is the constructor for the Image object?
I know that I can call the following constructors, but are there others?
Image()
Image(int x, int y)
I could not find any actual spec for this.
Brian
Comment