middleware/src/Debug/DebugWindow.xaml
changeset 9 0f44b7360c8d
parent 8 e4e7db2435f8
child 11 a1bf0d21022e
equal deleted inserted replaced
8:e4e7db2435f8 9:0f44b7360c8d
    19 
    19 
    20 Fonctionnalités : Affiche le rendu visuel du Middleware : Le squelette, afficher la détection des mains,
    20 Fonctionnalités : Affiche le rendu visuel du Middleware : Le squelette, afficher la détection des mains,
    21 des gestures et la distance de l'utilisateur.
    21 des gestures et la distance de l'utilisateur.
    22 -->
    22 -->
    23     
    23     
    24 <Window x:Class="Trakers.Debug.DebugWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="DebugWindow" Height="480" Width="640" Closed="Window_Closed" Loaded="Window_Loaded">
    24 <Window x:Class="Trakers.Debug.DebugWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="TraKERS - DebugWindow" Height="480" Width="640" Closed="Window_Closed" Loaded="Window_Loaded">
    25     <Grid>
    25     <Grid>
    26         <Grid.RowDefinitions>
    26         <Grid.RowDefinitions>
    27             <RowDefinition />
    27             <RowDefinition />
    28             <RowDefinition Height="30" />
    28             <RowDefinition Height="30" />
    29         </Grid.RowDefinitions>
    29         </Grid.RowDefinitions>