Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / GetAlignBoxInParent Method


In This Topic
    GetAlignBoxInParent Method (NShape)
    In This Topic
    Gets the alignment box of the shape. For a 2D shape this is the bounds of the shape box projection in parent coordinates. For a 1D shape this is the bounds of the shape end-points projection in parent coordinates.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetAlignBoxInParent() As NRectangle
    'Usage
     
    
    Dim instance As NShape
    Dim value As NRectangle
     
    value = instance.GetAlignBoxInParent()
    public virtual NRectangle GetAlignBoxInParent()
    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