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
graphicsGraphicsThe Graphics object to draw on.
boundsRectangleThe drawing area.
focusedboolFocused state of the element.
PaintFocusHighlightIndicator(Graphics, RectD, bool)
public void PaintFocusHighlightIndicator(Graphics graphics, RectD bounds, bool focused)