Spread WinForms 15
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)

Parameters

hdc
lpXform
See Also