Nevron .NET Vision
Nevron.Diagram Namespace / NPrimitiveModel Class / CreateShape Method


In This Topic
    CreateShape Method (NPrimitiveModel)
    In This Topic
    Creates a shape, which wraps a cloning of the primitive model
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateShape() As NShape
    'Usage
     
    
    Dim instance As NPrimitiveModel
    Dim value As NShape
     
    value = instance.CreateShape()
    public virtual NShape CreateShape()

    Return Value

    shape instance on success, otherwise null
    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