TZEngineInit(IntPtr, Int32, Int32) Méthode
Initialise Tzu3D en mode plein écran
Espace de nom: Tzu3DAssembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
public void Init(
IntPtr Handle,
int Width,
int Height
)
Public Sub Init (
Handle As IntPtr,
Width As Integer,
Height As Integer
)
Parameters
- Handle IntPtr
- Handle du contrôle recevant le rendu
- Width Int32
- Résolution X de l'écran (largeur)
- Height Int32
- Résolution Y de l'écran (hauteur)