Nevron.Diagram Namespace / NPointElement Class / GetAnchorPoint Method


GetAnchorPoint Method
Syntax
'Declaration
 
Protected Function GetAnchorPoint( _
   ByVal location As NPointF, _
   ByVal size As NSizeF, _
   ByVal textSize As NSizeF _
) As NPointF
 
'Usage
 
Dim instance As NPointElement
Dim location As NPointF
Dim size As NSizeF
Dim textSize As NSizeF
Dim value As NPointF
 
value = instance.GetAnchorPoint(location, size, textSize)

Parameters

location
size
textSize
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also