예제 #1
0
 private void DXControlLite_Loaded(object sender, RoutedEventArgs e)
 {
     imageSource      = new DXImageSourceLite(deviceService.GraphicsDevice, (int)this.ActualWidth, (int)this.ActualHeight);
     rootImage.Source = imageSource.WriteableBitmap;
 }
예제 #2
0
 private void DXControlLite_Loaded(object sender, RoutedEventArgs e)
 {
     imageSource = new DXImageSourceLite(deviceService.GraphicsDevice, (int)this.ActualWidth, (int)this.ActualHeight);
     rootImage.Source = imageSource.WriteableBitmap;
 }