Returns the anchor point closest to the specified point from the node's associated anchor pattern.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public virtual PointF NearestAnchorPoint ( |
Visual Basic Copy Code |
---|
Public Overridable Function NearestAnchorPoint( _ |
A PointF that should be aligned to anchor point.
An integer variable that receives the anchor point index within AnchorPattern.
A PointF containing anchor point coordinates.