Search
DrawLinkEventArgs Members
Constructors Properties
 


Contains the arguments passed to the DrawLink event handlers.

The following tables list the members exposed by the DrawLinkEventArgs type.

 Public Constructors

  Name Description

DrawLinkEventArgs

Initializes a new instance of the DrawLinkEventArgs class.

 Public Properties

  Name Description

Graphics

Gets an object implementing the IGraphics interface whose methods should be used to draw the link.

Link

Gets the DiagramLink object that should be custom drawn.

Points

Gets a collection of the link's control points.

Shadow

Gets a value indicating whether the event is raised to draw the link's shadow.

 See Also