Nevron .NET Vision
Nevron.Diagram Namespace / NInplaceEditTextBox Class / Transform Method
world to device transformation


In This Topic
    Transform Method (NInplaceEditTextBox)
    In This Topic
    Transform the control with the specified transformations
    Syntax
    'Declaration
     
    
    Public Overridable Sub Transform( _
       ByVal worldToDevice As NMatrix2DF _
    ) 
    'Usage
     
    
    Dim instance As NInplaceEditTextBox
    Dim worldToDevice As NMatrix2DF
     
    instance.Transform(worldToDevice)
    public virtual void Transform( 
       NMatrix2DF worldToDevice
    )

    Parameters

    worldToDevice
    world to device transformation
    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