Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / InvertPoints Method


In This Topic
    InvertPoints Method (NMatrix2DD)
    In This Topic
    Applies the inverted Transform to the specified points
    Syntax
    'Declaration
     
    
    Public Sub InvertPoints( _
       ByVal points() As NPointD _
    ) 
    'Usage
     
    
    Dim instance As NMatrix2DD
    Dim points() As NPointD
     
    instance.InvertPoints(points)
    public void InvertPoints( 
       NPointD[] points
    )

    Parameters

    points
    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