Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / DestroyShapeElements Method
mask of elements to create


In This Topic
    DestroyShapeElements Method
    In This Topic
    Destroys the specifies optional shape elements
    Syntax
    'Declaration
     
    
    Public Overridable Function DestroyShapeElements( _
       ByVal shapeElements As ShapeElementsMask _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim shapeElements As ShapeElementsMask
    Dim value As System.Boolean
     
    value = instance.DestroyShapeElements(shapeElements)
    public virtual System.bool DestroyShapeElements( 
       ShapeElementsMask shapeElements
    )

    Parameters

    shapeElements
    mask of elements to create
    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