Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRectangleI Structure / GetOppositeCompassPoint Method


In This Topic
    GetOppositeCompassPoint Method (NRectangleI)
    In This Topic
    Obtains the point on the rectangle rim, which corresponds to the specified compass direction
    Syntax
    'Declaration
     
    
    Public Function GetOppositeCompassPoint( _
       ByVal direction As ENCompassDirection _
    ) As NPointI
    'Usage
     
    
    Dim instance As NRectangleI
    Dim direction As ENCompassDirection
    Dim value As NPointI
     
    value = instance.GetOppositeCompassPoint(direction)
    public NPointI GetOppositeCompassPoint( 
       ENCompassDirection direction
    )

    Parameters

    direction
    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