Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / SetWorldTransform Method


In This Topic
    SetWorldTransform Method
    In This Topic
    The SetWorldTransform method.
    Syntax
    'Declaration
     
    
    Public Shared Function SetWorldTransform( _
       ByVal hdc As IntPtr, _
       ByRef lpXform As VisualStyle.XFORM _
    ) As Boolean
    'Usage
     
    
    Dim hdc As IntPtr
    Dim lpXform As VisualStyle.XFORM
    Dim value As Boolean
     
    value = VisualStyle.SetWorldTransform(hdc, lpXform)
    public static bool SetWorldTransform( 
       IntPtr hdc,
       ref VisualStyle.XFORM lpXform
    )

    Parameters

    hdc
    lpXform
    See Also