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