TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About itmap
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
Amir Ali (5)
Mike Gold (5)
Scott Lysle (3)
Diptimaya Patra (3)
Charles Petzold (3)
John O Donnell (3)
Rick Meyer (2)
nildo (2)
Tom Curry (2)
Gaurav Chauhan (2)
Tony Tromp (2)
Zakir Ahamed (1)
Farhan Ghumra (1)
Shankar M (1)
Hemant Srivastava (1)
Ghanashyam Nayak (1)
Jayant Tripathy (1)
Manish Tewatia (1)
Deepak Bajaj (1)
Gaurav Gupta (1)
Manisha Mehta (1)
Varesh Tuli (1)
Mahak Gupta (1)
Shekhar Chauhan (1)
Ehanth Lingam (1)
Mostafa Kaisoun (1)
Amit Choudhary (1)
Nipun Tomar (1)
Raj Kumar (1)
mohabbat (1)
shru27 (1)
Gaurav Pilay (1)
Scott MacDiarmid (1)
Raimund Neumuller (1)
Jigar Desai (1)
Wiktor Zvchla (1)
Anders Carlsen (1)
Daniel Stefanescu (1)
andyhmcheung (1)
Alberto Ferrazzoli (1)
Scott Penner (1)
sameh ahmed (1)
Jacques Philip (1)
Perry Lee (1)
Related resources for itmap
No resource found
Print Dialog And Print Preview Tools Using Entire Windows Form To Print
9/9/2024 11:10:25 AM.
This article explains how to print an entire Windows Form using Print Dialog and Print Preview tools in a Windows Forms application. It covers creating a Print Preview with PrintPreviewDialog, configu
Save WriteableBitmap as StorageFile in WinRT App
2/23/2024 9:13:24 AM.
This aticle explains what a WriteableBitmap and StorageFile are and shows how to save a WriteableBitmap as a StorageFile in a WinRT app.
Image Conversion Utility in C#
4/6/2022 11:33:07 AM.
This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
Creating a Simple User Control and Adding it to the Toolbox
4/1/2022 10:34:38 AM.
In this article we will spend some time to learn how to create a simple User Control in C# and add it to the Toolbox.
Color Detecting in an Image in C#
3/2/2022 10:25:37 AM.
This article shows how to detect a specific color in an image in C#. A sample code is also attached along with this article for your reference.
Load XML File Data in DataGridView & Print DataGridView Data
5/21/2020 12:03:51 AM.
Using this article you can understand how to load the XML file's record into the DataGridView & then you can print that DataGridView.
Generate QR Code in .NET Core Using Bitmap
4/6/2020 8:40:57 AM.
In this article, we will learn how to create QR code in .NET Core using a Bitmap Image
Retrieve Image From Drawable Folder and Store in Sqlite Database in Android
4/2/2020 2:27:58 AM.
This article explains how to retrieve an image from a Drawable folder and store it in a SqliteDatabase in Android.
How to Store a Person's Data With Image in SQLite Database
4/2/2020 1:36:15 AM.
This article explains how to store a person's data with an image in a SQLite Database.
BItMap in Andoid
4/2/2020 12:18:06 AM.
This article explains BitMaps in Android. Android Studio is used to create the sample..
How to Capture and Crop Image in Android
3/27/2020 5:52:16 AM.
In this article you will learn how to capture and crop an image on a button click and show it in an ImageView in Android.
Bitmap and Nine-Patch Drawable Resources in Android
3/23/2020 11:21:11 PM.
Here I am sharing my experience of working with Drawable Resources in Android, Through this article you will learn to use Bitmap and Nine-Patch Drawable Resources which is the first two of ten Resourc
How to Set Image in a Image View on Click in Android Studio
2/17/2020 12:10:07 AM.
In this article you will learn how to set image in a Image View by click on the image in Android apps.
Auto Redraw in VB.NET
3/6/2019 11:51:35 PM.
This is a problem if you wish to display text and graphics directly on a form.
Thumbnail In WPF
9/12/2018 9:41:29 AM.
This article demonstrates how to create thumbnail images in WPF using XAML and C#.
2D Bitmap in Android
8/20/2015 7:22:12 AM.
In this video you will learn how to use 2 Graphics API in Android and use Bitmap,Canvas,Paint and Path class and also learn how to create Custom View in Android.
Drawing Rubber-Band Lines and Shapes in VB.NET
12/1/2012 4:27:32 AM.
I would like to show how we can draw rubber-band lines and shapes in GDI+ with just a few lines of code.
Rendering Image Using Pixel Buffer in Windows Store Apps
11/24/2012 3:56:14 PM.
In this article I will how you how to load an image using Pixel Buffer or PBuffer by using WritableBitmap in Windows Store Apps using XAML.
Working with PNGs using GDI+
11/10/2012 12:35:14 AM.
PNG overcomes the color depth hurdle by providing up to 48Bpp (bits per pixel). Just as importantly, the PNG format is patent-free and available for use by anyone.
Opening and Viewing Images and Text Files in VB.NET
11/10/2012 12:23:11 AM.
We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class. In doing so, we will learn some basics of GDI+ drawing, menus and panel control.
Auto Redraw in VB.NET
11/8/2012 10:08:15 AM.
This is a problem if you wish to display text and graphics directly on a form. This brief project should help to provide you with AutoRedraw capability.
Convert a DataGridView to a Bitmap in VB.NET
11/8/2012 9:46:03 AM.
This article describes an easy approach to converting a DataGridView control into a Bitmap.
Creating Word Find Puzzles for the Web in C# and GDI+ Part II
10/3/2012 11:54:26 AM.
This article shows you how to create Word Find Puzzle application for the Web using C#, GDI+, and ASP.NET.
Bitmap Effects In WPF - Part II
9/29/2012 8:19:11 AM.
In previous article we saw how we can add effects; we experienced Blur and Outer Glow Bitmap effects. In this article we will see rest of the 3 Bitmap Effects.
Bitmap Effects In WPF - Part III
9/29/2012 8:17:17 AM.
In previous article we saw remaining three effects DropShadow, Bevel and Emboss. In this article we will see how to group effects, and we will see how we can achieve the effects with triggers.
Adding a Bitmap Checkpoint While Editing the Test in QTP in Testing
9/15/2012 3:44:35 PM.
In this article I discuss how to insert a Bitmap Checkpoint while editing the Test in QTP.
To Create a Bitmap Checkpoint While Recording in QTP in Testing
9/8/2012 2:58:59 PM.
In this article we discuss about how to create a bitmap checkpoint while recording in QTP.
Checking Bitmaps in QTP in Testing
8/29/2012 12:35:31 PM.
In this article we discuss the functionality of a Bitmap Checkpoint
Set the Source of an Image in Windows Phone7
8/17/2012 4:25:04 PM.
In this article, we will discuss how to set the source of an image in Windows Phone 7.
Type of Checkpoints in Testing
7/24/2012 12:33:41 PM.
In this article we discuss the various types of Checkpoints
Working with Vector Graphics on a Bitmap, Images and Tombstoning for Windows Phone 7
5/20/2012 6:49:11 AM.
WriteableBitmap does not including any facility to save bitmaps. However, the WriteableBitmap class does give you access to all the pixels that define the bitmap. Only one pixel format is supported, where each pixel is a 32-bit value.
Using Bitmap and Texture in Silverlight and XNA application for Windows Phone 7
5/20/2012 6:15:08 AM.
Bitmap is an object which is appear in both Silverlight and XNA applications but in XNA, a bitmap has a data type of Texture2D and hence is often referred to as a texture. Bitmaps are used to symbolize your application on the phone.
Working With DirectDraw and Bitmap Images
5/19/2012 12:50:25 AM.
This month in the C-sharp DirectX column, we will be adding bitmap image support to our game engine.
Insert /Retrieve an Image Into/ From a Blob Field in Oracle Database using C#.Net
5/15/2012 1:54:04 PM.
This article helps you to insert an image to a blob field of an oracle database and to retrieve the image from the blob field of an oracle database.
Accessing Bitmap Locally or Directly for Windows Phone 7 Application
11/22/2010 5:32:19 AM.
In a Silverlight program, you’ve seen that a bitmap added to the project as a resource is bound into the executable. It’s so customary to reference that local bitmap directly from XAML, SilverlightTapToLoad project shows you how.
Lunar calendar in C#
8/18/2010 12:18:51 AM.
In this article I will show how to create a lunar calendar in C#.
Bitmap Effects In WPF - Part I
4/8/2010 4:30:39 AM.
In this article we will see what the Bitmap Effects available in WPF are, and how it can improve the controls look better.
BitmapData to Change Pixel Format in GDI+
3/4/2010 11:11:30 PM.
In this article I will explain about BitmapData to Change Pixel Format in GDI+.
Working with Bitmaps in GDI+
2/17/2010 11:56:13 PM.
In this article I will explain about working with Bitmaps in GDI+.
Generating Good Quality Thumbnail Images in ASP.NET
11/26/2009 10:35:20 PM.
Thumbnails are small images that are used to preview a large image. One of the applications that uses thumbnails is a photo gallery, The code snippet in this article demonstrates how to generate high quality thumbnails in ASP.NET.
GDI+ Application
11/1/2009 10:38:28 PM.
In this article we move to the more practical aspects of writing graphics applications using GDI+ in the .NET Framework.
Include Files as Resources in Silverlight 2.0
3/13/2009 5:11:56 AM.
This article describes how to load an embedded bitmap programmatically.
Bitmap Effects using WPF
8/19/2008 1:09:40 AM.
This article shows how to give Bitmap Effect in WPF.
Sample Application: Falling Apples Game
1/8/2008 12:32:05 AM.
This article is a sample application using structures, bitmaps and other concepts. Hopefully you find it an enjoyable example.
Convert a DataGridView to a Bitmap
1/18/2007 3:11:58 AM.
This article describes an easy approach to converting a DataGridView control into a Bitmap.
Eater Game in C#
9/1/2006 6:02:02 AM.
This is a simple game written in C# in which the user moves a packman like player around the form and gobbles up red dots. The object is to get all the dots in as quick a time as you can.
Image Processing in C#
8/30/2006 9:23:34 AM.
This application explains basic concepts of image processing including brightening, converting to gray and adding notes to an image using C# and GDI+.
Capturing Desktop and saving image in a Word Document
6/14/2006 2:18:37 AM.
This code will allow you to capture your desktop and save the image into a word document.
Working with GDI+ Brushes
2/8/2006 4:25:43 AM.
This tutorial explains how to work with texture, solid, gradient, and hatch brushes.
Nemesis-7rc1 ( Codename Deviate)
2/3/2006 12:08:15 AM.
Nemesis-7 is a full-screen 2D shoot’em up that makes use of the DirectInput, DirectSound and DirectDraw interfaces from DirectX. The player controls a spaceship which he uses to duel the computer opponent. I implemented some artificial intelligence to make the CPU play more human.
FlashCards Language Program : How to read and save Images in a Sql Server Database using ADO.NET
2/2/2006 7:02:07 AM.
I thought it would be fun to write a simple program that displayed flashcards from a database and at the same time, show you how to read and write images to the database. This program is a simple flashcard program that talks to a single table in a Sql Server Database.
Hangman: Using GDI+ in ASP.NET Applications
2/2/2006 5:40:52 AM.
This example shows how you can combine GDI+ commands on a web form.
Space Invaders in C# and .NET
2/2/2006 1:42:04 AM.
Yes, the classic arcade game has returned and is appearing in C# Corner complete with sound and authentic aliens and source code. It's not quite as good as the real game, but with a few adjustments it can get there.
Drag and Drop for Board Games
2/2/2006 1:01:51 AM.
This application shows how the drag and drop features in C# could be used to create a simple board game or whatever.
Memory Game
2/1/2006 11:40:12 PM.
This is a memory game where you can use your favorite pictures (.bmp, jpg, gif).
Creating Exploded Pie Chart Having Click Through Functionality in C#
1/30/2006 11:45:46 PM.
In this article I would like to show you code that would create exploded pie chart and implementing click through functionality to that chart.
Pocket Trilma.NET
1/30/2006 11:41:28 PM.
Pocket Trilma.NET is a Pocket PC version of project Trilma.NET.
Graphics Animation Sample
12/26/2005 11:24:20 PM.
After finishing a text program (lottery) its time for some fun. Everytime a have to work with a new language.I write a small program to bounce some balls in a box.
Scaling an Image
12/26/2005 7:28:47 AM.
This code will show You on way to scale an image with .Net Beta 2.
A variety of Chart Engines
12/26/2005 6:59:21 AM.
The original code came from Scott Guthrie’s chart engine example. The differences from original code.
Mark Six on the Fly
12/26/2005 6:33:52 AM.
In this sample, I demonstrate how a WebForm can be called directly as an Image.
A Wheel Control in C#
12/26/2005 6:01:56 AM.
This article describes a simple Windows control written in C# that simulates a wheel knob like that on your walkman used to change volume.
Drawing rubber-band lines and shapes
12/26/2005 5:56:11 AM.
I would like to show how we can draw rubber-band lines and shapes in GDI+ with just a few lines of code.
An Imporved LED Counter
12/26/2005 5:52:01 AM.
This in an improved version of Keeping Score with LED Counter article originally written by John O'Donnell.
Creating Graphics with XML
12/26/2005 5:46:26 AM.
This article shows how to create images on the fly and uses XML to specify the properties of the images.
ChessyOnline 1.0: An Online and Network Chess Game
12/26/2005 4:22:16 AM.
The attached project is a chess game that can be played by two users online as well as on the network.
Making Thumbnails of Transparent Images in .NET and C#
12/26/2005 4:03:18 AM.
When I started writing web applications using .NET, I found myself in need to dynamically create thumbnails of images that could be uploaded by the user or pulled from a database.
Creating Word Find Puzzles for the Web in C# and GDI+ Part II
12/26/2005 3:37:36 AM.
In our last article we showed you how to create Word Find Puzzles inside of a Windows Form. This article will show you the migration process of bringing it over to an ASP.NET application.
Screen Capture and Save as an Image
12/26/2005 2:18:41 AM.
The following example source code shows how to capture the screen and save it to an image.
Color Transformations and the Color Matrix
12/26/2005 1:52:18 AM.
This article discusses the color transformations and how to apply Color Matrix on image colors to provide various effects such as gray scale effects, reduce or increase the contrast, brightness, or redness of an image.
Image Transformation in C# with GDI+
12/26/2005 12:39:28 AM.
Image transformation is exactly the same as any other transformation process. In this section we will see how to rotate, scale, translate, reflect, and shear images.
Working with Portable Network Graphics(PNG) Format : Part I
12/22/2005 1:23:32 AM.
First off, why use PNG instead of GIF? Probably the most important reason is that GIF supports a maximum of 256 colors.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download