NevronOpenVision
Nevron.Nov.UI Namespace / NSymbol Class / Create Method / Create(ENSymbolShape,NSize,NColor) Method
The symbol shape.
The symbol size.
The symbol fill color (stroke color for the StrokedX symbol).
In This Topic
    Create(ENSymbolShape,NSize,NColor) Method
    In This Topic
    Creates a symbol with the given predefined shape, size and color.
    Syntax
    public static NSymbol Create( 
       ENSymbolShape shape,
       NSize size,
       NColor color
    )

    Parameters

    shape
    The symbol shape.
    size
    The symbol size.
    color
    The symbol fill color (stroke color for the StrokedX symbol).
    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