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


In This Topic
    GetOppositeCompassPoint Method (NRectangle)
    In This Topic
    Obtains the point on the rectangle rim, which is oppisite to the point which corresponds to the specified compass direction
    Syntax
    'Declaration
     
    
    Public Function GetOppositeCompassPoint( _
       ByVal direction As ENCompassDirection _
    ) As NPoint
    'Usage
     
    
    Dim instance As NRectangle
    Dim direction As ENCompassDirection
    Dim value As NPoint
     
    value = instance.GetOppositeCompassPoint(direction)
    public NPoint 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