Initializes a new instance of the DrawAnchorPointEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DrawAnchorPointEventArgs ( |
Visual Basic Copy Code |
---|
Public New ( _ |
The IGraphics 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |