Initializes a new instance of the DrawAnchorPointEventArgs class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public DrawAnchorPointEventArgs ( |
Visual Basic Copy Code |
---|
Public New ( _ |
The DrawingContext object that represents the target of the drawing operation.
The position of the anchor point, expressed in document coordinates.
The DiagramNode related to the event.
The AnchorPattern object whose point is being drawn.
The zero-based index of the anchor point being drawn within its anchor pattern.
WpfDiagram Programmer's Guide | © 2024 MindFusion |