'Declaration
Protected Overridable Function GetPortFromPlugAnchor( _ ByVal shape As NShape, _ ByVal anchor As PlugAnchor _ ) As NPort
'Usage
Dim instance As NShapeBodyAdapter Dim shape As NShape Dim anchor As PlugAnchor Dim value As NPort value = instance.GetPortFromPlugAnchor(shape, anchor)
protected virtual NPort GetPortFromPlugAnchor( NShape shape, PlugAnchor anchor )
Parameters
- shape
- anchor