what is equivalent of VB picture or image control?

I need to place company logo on form - either jpg or pnj.
Canvas didn’t have any picture properties that I could find.
thanks

PAINT EVENT OF CANVAS

g.drawpicture myLogo,0,0

ImageWell for Desktop app.
WebImageView for Web app.

[quote=421726:@Dave S]PAINT EVENT OF CANVAS

g.drawpicture myLogo,0,0 [/quote]

Is there a dimension / type statement before this? like dim g as… ??
thanks

[quote=421728:@Jim Lawler]Is there a dimension / type statement before this? like dim g as… ??
thanks[/quote]
No… read the LangRef about Canvas

[quote=421723:@Jim Lawler]Canvas didn’t have any picture properties that I could find.
[/quote]
you can use canvas.backdrop for that purpose.

Which, among the example code for drawing an image, is clear in the documentation.