模糊效果无法在Windows Phone中呈现图像(Lumia Imaging SDK)

时间:2015-07-09 12:17:56

标签: c# windows-phone-8.1 winrt-xaml lumia-imaging-sdk

我使用过Lumia Imaging SDK文档中剪切的代码。我的代码中有Fileopenpicker并调用viewActivated方法。在这个方法中,我使用了lumia成像sdk BlurEffect代码,你可以找到here。没有错误,但我无法模糊我的图像。

这是我使用的完整代码:

 var localNotification: UILocalNotification = UILocalNotification()
    localNotification.alertAction = "Your Alarm!"
    localNotification.alertBody = "Your description"
    localNotification.fireDate = NSDate(timeIntervalSinceNow: 10) // your time
    localNotification.soundName = UILocalNotificationDefaultSoundName 
    // there are more and different options
    UIApplication.sharedApplication().scheduleLocalNotification(localNotification)

0 个答案:

没有答案