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
image
ImageThe image to be drawn.
g
GraphicsThe Graphics object to draw on.
bounds
RectangleThe bounds of the image.
PaintButtonImage(Image, Graphics, RectD)
public void PaintButtonImage(Image image, Graphics g, RectD bounds)