Skip to content

Instantly share code, notes, and snippets.

@CH3COOH
Created August 17, 2012 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CH3COOH/3377542 to your computer and use it in GitHub Desktop.
Save CH3COOH/3377542 to your computer and use it in GitHub Desktop.
Effect method with VB
Imports Softbuild.Media
Public NotInheritable Class MainPage
Inherits Page
Protected Overrides Async Sub OnNavigatedTo(e As Navigation.NavigationEventArgs)
Dim bmp As WriteableBitmap = New WriteableBitmap(320, 240)
Await bmp.EffectBakumatsuAsync()
End Sub
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment