Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDWFR Class / GetResizeCursor Method / GetResizeCursor(Single) Method
angle (in degrees)


In This Topic
    GetResizeCursor(Single) Method
    In This Topic
    Gets a resize cursor for the specified angle
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetResizeCursor( _
       ByVal angle As System.Single _
    ) As System.Windows.Forms.Cursor
    'Usage
     
    
    Dim angle As System.Single
    Dim value As System.Windows.Forms.Cursor
     
    value = NDWFR.GetResizeCursor(angle)
    public static System.Windows.Forms.Cursor GetResizeCursor( 
       System.float angle
    )

    Parameters

    angle
    angle (in degrees)

    Return Value

    resize cursor for the specified angle
    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