'Declaration Public Overloads Sub DrawImage( _ ByVal image As Image, _ ByVal imageChanged As Boolean, _ ByVal text As RectangleF, _ ByVal strLink As String _ )
public void DrawImage( Image image, bool imageChanged, RectangleF text, string strLink )
Parameters
- image
- The image.
- imageChanged
- if set to
true
[image changed]. - text
- The text.
- strLink
- The string link.