Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NShapeFactory Class / CreatePredefined Method


In This Topic
    CreatePredefined Method (NShapeFactory)
    In This Topic
    Creates a predefined shape factory of the given type.
    Syntax
    'Declaration
     
    
    Public Shared Function CreatePredefined( _
       ByVal type As ENPredefinedShapeFactoryType _
    ) As NShapeFactory
    'Usage
     
    
    Dim type As ENPredefinedShapeFactoryType
    Dim value As NShapeFactory
     
    value = NShapeFactory.CreatePredefined(type)
    public static NShapeFactory CreatePredefined( 
       ENPredefinedShapeFactoryType type
    )

    Parameters

    type
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also