Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NDrawingCommandAction Class / GetPageAlignmentAnchor Method


In This Topic
    GetPageAlignmentAnchor Method
    In This Topic
    Safely gets the alignment anchor selected shape of the given page. Returns null if there aren't any selected shapes.
    Syntax
    'Declaration
     
    
    Protected Function GetPageAlignmentAnchor( _
       ByVal page As NPage _
    ) As NShape
    'Usage
     
    
    Dim instance As NDrawingCommandAction
    Dim page As NPage
    Dim value As NShape
     
    value = instance.GetPageAlignmentAnchor(page)
    protected NShape GetPageAlignmentAnchor( 
       NPage page
    )

    Parameters

    page
    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