Table of Contents

Method PaintItemFocusRectangle

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

PaintItemFocusRectangle(Graphics, Rectangle)

Paints focused rectangle on the graphics surface.

public void PaintItemFocusRectangle(Graphics g, Rectangle bounds)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

A System.Drawing.Rectangle structure that represents the rectangle to draw.