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


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

    Parameters

    compositeShape
    composite shape to which to append the cloned primitives
    Remarks
    Overriden to delegate the call to the contained 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