'Declaration Public Overloads Sub DrawImage( _ ByVal image As Image, _ ByVal managedImage As Boolean, _ ByVal bounds As RectangleF _ )
public void DrawImage( Image image, bool managedImage, RectangleF bounds )
Parameters
- image
- The image.
- managedImage
- if set to
true
[managed image]. - bounds
- The bounds.