Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBody2D Class / Location Field


In This Topic
    Location Field (NBody2D)
    In This Topic
    The location of the body left-top corner
    Syntax
    'Declaration
     
    
    Public Location As NPointF
    'Usage
     
    
    Dim instance As NBody2D
    Dim value As NPointF
     
    value = instance.Location
     
    instance.Location = value
    public NPointF Location
    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