Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTablePort Class / BlockToShape Method


In This Topic
    BlockToShape Method
    In This Topic
    Converts the specified point in block local coordinates to shape coordinates
    Syntax
    'Declaration
     
    
    Protected Function BlockToShape( _
       ByVal block As NBlock, _
       ByVal point As NPoint _
    ) As NPoint
    'Usage
     
    
    Dim instance As NTablePort
    Dim block As NBlock
    Dim point As NPoint
    Dim value As NPoint
     
    value = instance.BlockToShape(block, point)
    protected NPoint BlockToShape( 
       NBlock block,
       NPoint point
    )

    Parameters

    block
    point
    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