Format:
Recent snippets matching tags of Scale
Public Function generateGrayScaleImage(ByVal sourcePath As String, ByVal destinationPath As String) As Boolean Dim originalImage As Bitmap = Nothing Dim newBitmap As Bitmap = Nothing Dim g As Graphics = Nothing Dim success As Boolean = False If File.Exists(sourcePath) Then Try originalImage = Bitmap.FromFile(sourcePath) Catch ex As Exception
223 Views
no comments
public class Popper { public static void PopItem(UIElement control) { DoItem(TimeSpan.FromMilliseconds(200), 1, 1.5, control); } public static void UnPopItem(UIElement control) { DoItem(TimeSpan.FromMilliseconds(200), 1.5, 1, control);
362 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
