예제 #1
0
 internal BitmapSource(IPlatformBitmapSource platformImpl)
 {
     this.PlatformImpl = platformImpl;
 }
예제 #2
0
 internal BitmapFrame(IPlatformBitmapSource platformImpl)
     : base(platformImpl)
 {
 }
예제 #3
0
 internal BitmapSource(IPlatformBitmapSource platformImpl)
 {
     this.PlatformImpl = platformImpl;
 }
예제 #4
0
 internal BitmapFrame(IPlatformBitmapSource platformImpl)
     : base(platformImpl)
 {
 }