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 olidBrush
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 (9)
Lance Drolet (1)
Jiteendra Sampathirao (1)
nildo (1)
John Douglas (1)
sameh ahmed (1)
andyhmcheung (1)
John O Donnell (1)
Rama Nageshwara Rao (1)
Related resources for olidBrush
No resource found
Revised Gauge Custom Control in C#
9/30/2012 4:05:38 AM.
This is an enhanced version of the custom guage. Enclosed are the source code for the control, and the test program.
Working with Brushes and Pens in GDI+
1/30/2012 11:07:57 PM.
In this article I will explain about working with brushes and pens in GDI+.
Using DynamicResources in WPF
10/27/2010 12:54:54 AM.
This article describes about DynamicResource with an example.
System Pens and System Brushes in GDI+
2/10/2010 11:09:29 PM.
In this article I will explain about working with brushes and pens in GDI+.
Creating a Line Chart Application in GDI+
11/20/2009 12:25:18 AM.
In this article I will explain how to create a line chart in GDI+.
Brushes in WPF
9/23/2008 9:34:35 AM.
This article discusses types of brushes found in WPF and how to use them in your applications.
Chart Recorder
1/31/2007 7:03:42 AM.
This is chart recorder program developed using C# and GDI+.
Trackbar/Progress bar with Cylinder Effect
1/31/2007 6:37:42 AM.
Trackbars and scrollbars are convenient ways of displaying a data range.
Implementing Prim's Algorithm using GDI+
1/31/2007 6:10:43 AM.
Prim's algorithm is an algorithm used in the graphics development to calculate the shortest route in a network when an object is moving from a source node to the destination node.
Working with GDI+ Brushes
2/8/2006 4:25:43 AM.
This tutorial explains how to work with texture, solid, gradient, and hatch brushes.
Drawing With no OnPaint Method
12/26/2005 7:09:33 AM.
In this sample example, I draw GDI+ objects on button click.
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.
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.
Drawing Transparent Images and Shapes using Alpha Blending
12/26/2005 5:32:07 AM.
Alpha blending is a process of mixing colors and generating a transparent affect. To test this, you draw some graphics shapes on a surface and draw image on top of those shapes and you should be able to see the shapes.
Working with Drawing Class
12/26/2005 1:36:41 AM.
This article gives an overview to work with drawing and printing class. It explains how to use various methods in the drawing and printing class.
Significance of Transformation Order
12/26/2005 12:47:38 AM.
When applying a composite transformation on graphics objects, the order of transformations plays a vital role. This article shows you various aspects of the transformation order and the results.
Text Transformation using GDI+ and C#
12/20/2005 4:26:04 AM.
This article shows you how to use GDI+ classes defined in the .NET Framework class library to apply transformations on text.