NShape Reference
Shape.DrawOutline Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Shape.DrawOutline Method

Previous pageReturn to chapter overviewNext page

Draws the shape's outline.

Syntax

public abstract void DrawOutline(Graphics graphics, Pen pen)

Description

This method is used by the display to mark selected shapes.

Parameters

Name

Description

graphics

Where to draw the outline to

pen

GDI+ pen to draw with

Exceptions

None