Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NGraphicsPaintContext Class / PushTransform Method


In This Topic
    PushTransform Method (NGraphicsPaintContext)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub PushTransform( _
       ByVal transform As System.Drawing.Drawing2D.Matrix _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPaintContext
    Dim transform As System.Drawing.Drawing2D.Matrix
     
    instance.PushTransform(transform)
    public void PushTransform( 
       System.Drawing.Drawing2D.Matrix 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