Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointFList Class / Transform Method / Transform(NMatrix2DF) Method


In This Topic
    Transform(NMatrix2DF) Method
    In This Topic
    Transforms all points in the list with the specified transform
    Syntax
    'Declaration
     
    
    Public Overloads Sub Transform( _
       ByVal transform As NMatrix2DF _
    ) 
    'Usage
     
    
    Dim instance As NPointFList
    Dim transform As NMatrix2DF
     
    instance.Transform(transform)
    public void Transform( 
       NMatrix2DF transform
    )

    Parameters

    transform
    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