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


In This Topic
    GetFormatAnchorShapeGeometry Method
    In This Topic
    Safely gets the geometry of the format anchor shape of the given drawing page.
    Syntax
    'Declaration
     
    
    Protected Function GetFormatAnchorShapeGeometry( _
       ByVal page As NPage _
    ) As NGeometry
    'Usage
     
    
    Dim instance As NDrawingCommandAction
    Dim page As NPage
    Dim value As NGeometry
     
    value = instance.GetFormatAnchorShapeGeometry(page)
    protected NGeometry GetFormatAnchorShapeGeometry( 
       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