Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRectangle Structure / GetAlignedRectangle Method


In This Topic
    GetAlignedRectangle Method
    In This Topic
    Gets a rectangle which is aligned to this rectangle according to the specified content alignment. If clip is true and the provided size is larger than the specified size, the returned rectangle size is clampted to this rectangle size.
    Syntax
    'Declaration
     
    
    Public Function GetAlignedRectangle( _
       ByVal contentAlignment As ENContentAlignment, _
       ByVal size As NSize, _
       ByVal clip As System.Boolean _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NRectangle
    Dim contentAlignment As ENContentAlignment
    Dim size As NSize
    Dim clip As System.Boolean
    Dim value As NRectangle
     
    value = instance.GetAlignedRectangle(contentAlignment, size, clip)
    public NRectangle GetAlignedRectangle( 
       ENContentAlignment contentAlignment,
       NSize size,
       System.bool clip
    )

    Parameters

    contentAlignment
    size
    clip
    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