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

AdjustmentHandle

Gets or sets the adjustment handle being moved by the user. (Inherited from NodeEventArgs.)

anchorIndex

Gets the zero-based index of the anchor point related to the event.

anchorPattern

Gets the anchor pattern containing the anchor point being drawn.

location

Gets the location of the anchor point being drawn.

MouseButton

Gets which mouse button has been pressed. (Inherited from NodeEventArgs.)

MousePosition

Gets or sets the current mouse pointer position. (Inherited from NodeEventArgs.)

Node

Gets the node for which the event was raised. (Inherited from NodeEventArgs.)

 See Also