Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NShapeFactory Class / Init2DShape Method / Init2DShape(NShape,NGeometryCommand,Int32) Method


In This Topic
    Init2DShape(NShape,NGeometryCommand,Int32) Method
    In This Topic
    Initializes a 2D shape.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Init2DShape( _
       ByVal shape As NShape, _
       ByVal command As NGeometryCommand, _
       ByVal borderSize As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NShapeFactory
    Dim shape As NShape
    Dim command As NGeometryCommand
    Dim borderSize As System.Integer
     
    instance.Init2DShape(shape, command, borderSize)
    public void Init2DShape( 
       NShape shape,
       NGeometryCommand command,
       System.int borderSize
    )

    Parameters

    shape
    command
    borderSize
    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