Nevron.GraphicsCore Namespace / NMatrix2DF Structure / ToMatrix Method


In This Topic
    ToMatrix Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ToMatrix() As System.Drawing.Drawing2D.Matrix
    'Usage
     
    
    Dim instance As NMatrix2DF
    Dim value As System.Drawing.Drawing2D.Matrix
     
    value = instance.ToMatrix()
    public System.Drawing.Drawing2D.Matrix ToMatrix()
    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