Wpf System test
This commit is contained in:
parent
af9c782c1e
commit
9ad4bc1c69
17 changed files with 746 additions and 12 deletions
20
WpfMapView2D/MainWindow.xaml
Normal file
20
WpfMapView2D/MainWindow.xaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<Window x:Class="WpfMapView2D.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:glWpfControl="clr-namespace:OpenTK.Wpf;assembly=GLWpfControl"
|
||||
xmlns:local="clr-namespace:WpfMapView2D"
|
||||
mc:Ignorable="d"
|
||||
Title="MainWindow" Height="450" Width="800">
|
||||
<Grid>
|
||||
<Grid Margin="0,0,0,20">
|
||||
<glWpfControl:GLWpfControl
|
||||
x:Name="OpenTkControl"
|
||||
Render="OpenTkControl_OnRender" MouseLeftButtonDown="OpenTkControl_MouseLeftButtonDown"
|
||||
/>
|
||||
</Grid>
|
||||
<StatusBar Name="statusBarData" Height="20" VerticalAlignment="Bottom"/>
|
||||
|
||||
</Grid>
|
||||
</Window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue