Search
DrawAnchorPointEventArgs Members
Constructors Properties
 


Contains the arguments passed to the DrawAnchorPoint event handlers.

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

 Public Constructors

  Name Description

DrawAnchorPointEventArgs

Initializes a new instance of the DrawAnchorPointEventArgs class.

 Public Properties

  Name Description

AnchorIndex

Gets the index of the anchor point within its containing pattern.

AnchorPattern

Gets the anchor pattern containing the anchor point being drawn.

Graphics

Gets an object implementing the IGraphics interface whose methods should be used to draw the anchor point mark.

Location

Gets the location of the anchor point being drawn.

Node

Gets the node whose anchor point is being drawn.

 See Also