Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / InvertRect Method / InvertRect(NRectangleD) Method


In This Topic
    InvertRect(NRectangleD) Method
    In This Topic
    Applies the inverted transform to the specified rectangle
    Syntax
    'Declaration
     
    
    Public Overloads Function InvertRect( _
       ByVal rect As NRectangleD _
    ) As NRectangleD
    'Usage
     
    
    Dim instance As NMatrix2DD
    Dim rect As NRectangleD
    Dim value As NRectangleD
     
    value = instance.InvertRect(rect)
    public NRectangleD InvertRect( 
       NRectangleD rect
    )

    Parameters

    rect
    Remarks
    This method should only be used for transformations, which have no rotation. It is faster than the InvertBounds method, since it only untransforms two points (LeftTop and RightBottom) and constructs a new rectangle based on them.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also