Table of Contents

Method PaintFocusHighlightIndicator

Namespace
Alternet.Editor.Dialogs.PopupPanel.Painting
Assembly
Alternet.Editor.v9.dll

PaintFocusHighlightIndicator(Graphics, Rectangle, bool)

Paints focus highlight indicator element on the specified surface.

public void PaintFocusHighlightIndicator(Graphics graphics, Rectangle bounds, bool focused)

Parameters

graphics Graphics

The Graphics object to draw on.

bounds Rectangle

The drawing area.

focused bool

Focused state of the element.