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


In This Topic
    CreateShapeElements Method
    In This Topic
    Creates the specified optional shape elements
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateShapeElements( _
       ByVal shapeElements As ShapeElementsMask _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim shapeElements As ShapeElementsMask
    Dim value As System.Boolean
     
    value = instance.CreateShapeElements(shapeElements)
    public virtual System.bool CreateShapeElements( 
       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