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


In This Topic
    CreateShapeGeometryCommand Method (NCreateEllipticalArcTool)
    In This Topic
    Overriden to create an arc geometry command.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateShapeGeometryCommand( _
       ByVal shape As NShape _
    ) As NGeometryCommand
    'Usage
     
    
    Dim instance As NCreateEllipticalArcTool
    Dim shape As NShape
    Dim value As NGeometryCommand
     
    value = instance.CreateShapeGeometryCommand(shape)
    protected override 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