Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NCreate1DShapeTool Class / CreateShapeGeometryCommand Method


In This Topic
    CreateShapeGeometryCommand Method (NCreate1DShapeTool)
    In This Topic
    Must override to create a geometry command
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreateShapeGeometryCommand( _
       ByVal shape As NShape _
    ) As NGeometryCommand
    'Usage
     
    
    Dim instance As NCreate1DShapeTool
    Dim shape As NShape
    Dim value As NGeometryCommand
     
    value = instance.CreateShapeGeometryCommand(shape)
    protected abstract NGeometryCommand CreateShapeGeometryCommand( 
       NShape shape
    )

    Parameters

    shape
    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