Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartShape Class / Reposition Method
in parent coordinates


In This Topic
    Reposition Method (NSmartShape)
    In This Topic
    Repositions the shape so that its pin point is located on the specified coordinate
    Syntax
    'Declaration
     
    
    Public Sub Reposition( _
       ByVal point As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NSmartShape
    Dim point As NPointF
     
    instance.Reposition(point)
    public void Reposition( 
       NPointF point
    )

    Parameters

    point
    in parent coordinates
    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