NevronOpenVision
Nevron.Nov.Diagram Namespace / NLibrary Class / CreateShape Method / CreateShape<TEnum>(TEnum,Double,Double) Method
In This Topic
    CreateShape<TEnum>(TEnum,Double,Double) Method
    In This Topic
    Creates a shape from the library item at the index of the given enum value and sets the width and the height of the created shape to the specified values.
    Syntax
    public NShape CreateShape<TEnum>( 
       TEnum shapeType,
       System.double width,
       System.double height
    )
    where TEnum: new(), System.IConvertible, struct

    Parameters

    shapeType
    width
    height

    Type Parameters

    TEnum
    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