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
gGraphicsThe Graphics object to draw on.
boundsRectangleA System.Drawing.Rectangle structure that represents the rectangle to draw.
PaintItemFocusRectangle(Graphics, RectD)
public void PaintItemFocusRectangle(Graphics g, RectD bounds)