Reset du moteur afin de changer la resolution ou bien de switcher entre le mode fenêtré ou plein écran


Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub Init_Reset( _ 
   ByVal Handle As IntPtr,  _ 
   ByVal Windowed As Boolean,  _ 
   ByVal Width As Integer,  _ 
   ByVal Height As Integer,  _ 
   ByVal SyncroV As Boolean,  _ 
   ByVal Bits As eBits,  _ 
   ByVal aa As eAA _ 
)
C#
public void Init_Reset(
   IntPtr Handle,
   bool Windowed,
   int Width,
   int Height,
   bool SyncroV,
   eBits Bits,
   eAA aa
)
C++
public:
 void Init_Reset(
   IntPtr Handle,
   bool Windowed,
   int Width,
   int Height,
   bool SyncroV,
   eBits Bits,
   eAA aa
) sealed 
J#
public void Init_Reset(
   IntPtr Handle,
   bool Windowed,
   int Width,
   int Height,
   bool SyncroV,
   eBits Bits,
   eAA aa
)
JScript
public  function Init_Reset(
   Handle : IntPtr,
   Windowed : bool,
   Width : int,
   Height : int,
   SyncroV : bool,
   Bits : eBits,
   aa : eAA
)

Parameters

Handle
Handle d'un controle
Windowed
Mode fenêtré?
Width
largeur de la résolution de l'écran
Height
hauteur de la résolution de l'écran
SyncroV
Syncronisation vertical
Bits
nombre de couleurs
aa
Elimine l'effet d'escalier

See Also