Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NGraphicsPaintContext Class / Transform Field


In This Topic
    Transform Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public Transform As System.Drawing.Drawing2D.Matrix
    'Usage
     
    
    Dim instance As NGraphicsPaintContext
    Dim value As System.Drawing.Drawing2D.Matrix
     
    value = instance.Transform
     
    instance.Transform = value
    public System.Drawing.Drawing2D.Matrix 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