Returns the nearest point lying on the node border.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual PointF GetNearestBorderPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function GetNearestBorderPoint( _ |
A PointF instance specifying the point to align to node's borders.
A PointF instance containing coordinates of nearest border point.
See Also