Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / Compose Method
composite shape to which to append the cloned primitives


In This Topic
    Compose Method (NShape)
    In This Topic
    Appends clonings of the primitives contained in this shape to the specified composed shape
    Syntax
    'Declaration
     
    
    Public Overridable Sub Compose( _
       ByVal compositeShape As NCompositeShape _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim compositeShape As NCompositeShape
     
    instance.Compose(compositeShape)
    public virtual void Compose( 
       NCompositeShape compositeShape
    )

    Parameters

    compositeShape
    composite shape to which to append the cloned primitives
    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