Table of Contents

Method PaintButtonImage

Namespace
Alternet.Editor.CodeCompletion.Painting
Assembly
Alternet.Editor.v9.dll

PaintButtonImage(Image, Graphics, Rectangle)

Paints image on the graphics surface.

public void PaintButtonImage(Image image, Graphics g, Rectangle bounds)

Parameters

image Image

The image to be drawn.

g Graphics

The Graphics object to draw on.

bounds Rectangle

The bounds of the image.