Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryViewItem Class / Reshape Method


In This Topic
    Reshape Method
    In This Topic
    Reshapes the item so that it can be displayed and hit tested in the specified view style
    Syntax
    'Declaration
     
    
    Public Overridable Sub Reshape( _
       ByVal viewStyle As LibraryViewStyle, _
       ByVal layout As NLibraryViewItemLayout _
    ) 
    'Usage
     
    
    Dim instance As NLibraryViewItem
    Dim viewStyle As LibraryViewStyle
    Dim layout As NLibraryViewItemLayout
     
    instance.Reshape(viewStyle, layout)
    public virtual void Reshape( 
       LibraryViewStyle viewStyle,
       NLibraryViewItemLayout layout
    )

    Parameters

    viewStyle
    layout
    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