Nevron .NET Vision
Nevron.Diagram Namespace / NControlPoint Class / GetLocation Method


In This Topic
    GetLocation Method (NControlPoint)
    In This Topic
    Gets the control point location in scene coordinates
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetLocation() As NPointF
    'Usage
     
    
    Dim instance As NControlPoint
    Dim value As NPointF
     
    value = instance.GetLocation()
    protected override NPointF GetLocation()
    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