Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / Decompose Method


In This Topic
    Decompose Method (NShape)
    In This Topic
    Decomposes the shape by creating a shape for each of the primitive models, which the shape aggregates
    Syntax
    'Declaration
     
    
    Public Overridable Function Decompose() As NNodeList
    'Usage
     
    
    Dim instance As NShape
    Dim value As NNodeList
     
    value = instance.Decompose()
    public virtual NNodeList Decompose()

    Return Value

    list of shapes
    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