Table of Contents

Method PaintItemFocusRectangle

Namespace
Alternet.Editor.CodeCompletion.Painting
Assembly
Alternet.Editor.v10.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.

PaintItemFocusRectangle(Graphics, RectD)

public void PaintItemFocusRectangle(Graphics g, RectD bounds)

Parameters

g Graphics
bounds RectD