Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Menu
Bitmap « 2D Graphics « C# / C Sharp
C# / C Sharp
2D Graphics
Bitmap
1.
Draw on an Bitmap
2.
Resize the Bitmap using the lowest quality interpolation mode
3.
Resize the Bitmap using the highest quality interpolation mode
4.
Create Graphics object From Image
5.
Bitmap.SetResolution
6.
Bitmap property: Height, Physical Dimension, width, raw format and size
7.
Create your own BitMap
8.
Draw shapes to the bitmap in memory
9.
new Bitmap(bitmap, size)
10.
Read Bitmap Size by using BinaryReader
11.
Bitmap.HorizontalResolution
12.
Use a color matrix to change the color properties of the image
13.
Create a Bitmap image in memory and set its CompositingMode
14.
Create a red color with an alpha component then draw a red circle to the bitmap in memory
15.
Create a green color with an alpha component then draw a green rectangle to the bitmap in memory
16.
write the pixel information to the console window
17.
Double buffer with Bitmap
18.
Draw an array of images
19.
Bit operation with PixelFormat.Alpha
20.
PixelFormat.DontCare
21.
Scale Bitmap By Percent
22.
Draws Bitmap in a cell within a DataGridView
23.
Bitmap Image Utils
24.
Bitmap Operations
25.
Make Bitmap from UIElement
26.
Creates a new bitmap from a specific region of another bitmap
27.
Allows drawing fonts with borders and auto centers the font on a bitmap.
28.
Create New Bitmap From Image
29.
Simple Resize Bmp
30.
Create Thumbnail
31.
Calculate the RBG projection
32.
Make Thumb