Method PaintButtonImage
- Namespace
- Alternet.Editor.CodeCompletion.Painting
- Assembly
- Alternet.Editor.v10.dll
PaintButtonImage(Image, Graphics, Rectangle)
Paints image on the graphics surface.
public void PaintButtonImage(Image image, Graphics g, Rectangle bounds)
Parameters
imageImageThe image to be drawn.
gGraphicsThe Graphics object to draw on.
boundsRectangleThe bounds of the image.
PaintButtonImage(Image, Graphics, RectD)
public void PaintButtonImage(Image image, Graphics g, RectD bounds)