<< Click to Display Table of Contents >> NShape Reference
|
Draws the shape's outline.
public abstract void DrawOutline(Graphics graphics, Pen pen) |
This method is used by the display to mark selected shapes.
Name |
Description |
---|---|
graphics |
Where to draw the outline to |
pen |
GDI+ pen to draw with |
None