Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPage Class / GetCenterPointForInsert Method


In This Topic
    GetCenterPointForInsert Method
    In This Topic
    Gets a center point for inserting a new element such as table, barcode etc. This is usually the center of the viewport area.
    Syntax
    'Declaration
     
    
    Public Function GetCenterPointForInsert() As NPoint
    'Usage
     
    
    Dim instance As NPage
    Dim value As NPoint
     
    value = instance.GetCenterPointForInsert()
    public NPoint GetCenterPointForInsert()
    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