Nevron .NET Vision
Nevron.SmartShapes Namespace / NShapeSheet Class / SetResizeHandle Method
compass direction
new location of the resize handle (in parent coordinates)


In This Topic
    SetResizeHandle Method (NShapeSheet)
    In This Topic
    Sets the location of the resize handle, which corresponds to the specified compass direction
    Syntax
    'Declaration
     
    
    Public Sub SetResizeHandle( _
       ByVal direction As CompassDirection, _
       ByVal point As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NShapeSheet
    Dim direction As CompassDirection
    Dim point As NPointF
     
    instance.SetResizeHandle(direction, point)
    public void SetResizeHandle( 
       CompassDirection direction,
       NPointF point
    )

    Parameters

    direction
    compass direction
    point
    new location of the resize handle (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