Method PaintFocusHighlightIndicator
- Namespace
- Alternet.Editor.Dialogs.PopupPanel.Painting
- Assembly
- Alternet.Editor.v10.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
GraphicsThe Graphics object to draw on.
bounds
RectangleThe drawing area.
focused
boolFocused state of the element.
PaintFocusHighlightIndicator(Graphics, RectD, bool)
public void PaintFocusHighlightIndicator(Graphics graphics, RectD bounds, bool focused)