DiagramNode.GetNearestBorderPoint override.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override Point GetNearestBorderPoint ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function GetNearestBorderPoint( _ |
A Point instance specifying a point in the diagram.
A Point specifying the point from the node's outline closest to the point specified as argument.
See Also