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 brush
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 (37)
Sonia Bhadouria Vishvkarma (4)
C# Curator (3)
Vijai Anand Ramalingam (3)
Sudhir Choudhary (2)
Dinesh Beniwal (2)
Purushottam Rathore (2)
Mahak Gupta (2)
Diptimaya Patra (2)
Abhimanyu K Vatsa (2)
Praveen Kumar (2)
Anand Narayanswamy (1)
Raj Kumar (1)
Chetna Solanki (1)
Kailash Chandra Behera (1)
Prabhakar Maurya (1)
Gaurav Gupta (1)
Jigar Desai (1)
Orlando Paganini (1)
Lance Drolet (1)
Azim Zahir (1)
Vijay Prativadi (1)
Nipun Tomar (1)
Ghanashyam Nayak (1)
Jiteendra Sampathirao (1)
Mike Gold (1)
nildo (1)
John Douglas (1)
sameh ahmed (1)
Chetan V Nadgouda (1)
Abhijeet Warker (1)
Jayant Mukharjee (1)
andyhmcheung (1)
John O Donnell (1)
Rama Nageshwara Rao (1)
Related resources for brush
No resource found
Using ImageBrush In WPF
6/12/2024 10:10:47 AM.
An image brush paints an area with an image. The ImageSource property represents the image to be used during the painting by an image brush. The ImageBrush object represents an image brush.
Graphics Programming In C#
6/8/2019 6:02:37 AM.
The new improved version of GDI is called GDI+. The .NET framework provides a rich set of classes, methods and events for developing applications with graphical capabilities.
Transparent Brushes in WPF
2/26/2019 11:08:34 PM.
All elements in XAML including all brushes have an Opacity attribute that defines the transparency of an element. This article demonstrates how to use Opacity to implement transparent brushes in WPF u
WPF Drawing Brush
10/11/2018 4:01:38 AM.
The Drawing object in WPF represents a 2-D drawing that include shapes, text, video, image and other drawings. A Drawing Brush represented by the DrawingBrush object paints a surface with a drawing.
Visual Brush In WPF
9/11/2018 8:07:17 AM.
In this article describes how to use a VisualBrush in WPF. VisualBrush is a new addition to the brush types since GDI+. A VisualBrush is used to fill UI elements.
FrameworkElement Class in WPF
3/26/2014 4:00:30 PM.
In this article we will look at a method and an event provided by the FrameworkElement class.
Create Color Picker in WPF
3/19/2014 11:43:16 AM.
This article describes how to build a color picker dialog box in WPF.
Painting Tool in Photoshop
3/31/2013 9:02:45 PM.
In this article you will learn about painting tool.
Retouching Tool in Photoshop
3/31/2013 6:06:15 PM.
In this article I describe how to make a Cline image
Using Brushes in Windows Store Apps
3/14/2013 2:17:22 PM.
In this article we are explaining how to use Brushes in Windows Store apps.
WebViewBrush in Windows Store Apps
10/17/2012 2:13:36 PM.
In this article we are discuss WebViewBrush that allows us to renders other control over the WebView control.
Use System Brushes and Pens in GDI+
10/5/2012 7:45:45 AM.
In this article you will learn how to use System Brushes and Pens in GDI+.
How to use Tool Menu in Microsoft Expression Blend
10/1/2012 7:40:17 AM.
Tool Menu in Microsoft Expression Blend has the option for Creating Layer, Make Button, Make Control, Make Image 3D, Make Brush Resource, Edit Brush Resource, Font Manager, Options.
Login Page in Expression Blend
10/1/2012 7:25:58 AM.
In this article I have designed login page, which can be used by the user of the site freely.
Scramble for Pocket PC
9/30/2012 6:18:31 AM.
This article shows you how to write Scramble for Pocket PC.
ColorReliefButton
9/30/2012 4:40:40 AM.
My idea was to create a button that can be used as a colourful decoration for any application. The look of the ColorReliefButton can be determined by changing property values. The main attraction should be a cool look (Relief) of the controls text. Like this almost any font (TrueTyp) can be used to decorate a button and there is no need to use bitmaps.
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.
DrawingBrush in WPF
9/29/2012 9:48:58 AM.
Through this article I am going to discuss DrawingBrush in WPF, and its properies and how we can use in our application.
Image Brush in Silverlight
9/29/2012 9:17:32 AM.
This article demonstrates how to use an ImageBrush in Silverlight and XAML to view images in C#.
Video Brush in WPF
9/29/2012 9:04:03 AM.
This article demonstrates how to implement video brushes in WPF using MediaElement XAML element.
Understanding a Window Properties in WPF
9/29/2012 5:41:46 AM.
In this article, we will discuss some important properties of the window object in the WPF. Here we set the properties with the help of example.
Animation Through Coding in Expression Blend 4
8/29/2012 12:49:47 PM.
Today, we are going to see the use of Canvas with Border in Expression Blend 4.
Use of Hexagon Shape and Gradient Brush Tool Property
8/6/2012 12:37:25 PM.
In this article we will see the use of a Hexagon shape as well as the use of the Properties of the Brush Tool.
Use of Pie Shape and Star Shape in Expression Blend 4
8/4/2012 3:04:03 PM.
Today we are going to design a Key-Ring using Pie Shape, Star Shape, Ellipse Shape and Line Arrow Shape.
Use of ARC Shape With Appearance Property in Expression Blend 4
7/19/2012 4:38:54 PM.
Today we are going to see the use of an ARC Shape in Expression Blend 4 with Brushes and Appearance Properties.
Visual Brush in WPF with C#
7/5/2012 2:24:50 AM.
The Visual object in WPF represents a visual control. This article demonstrates how to create and use a visual brush in WPF using XAML and C#.
Image Reflection in WPF
7/3/2012 12:39:54 AM.
This article describes how to get Image Reflection effect in WPF.
Tile Brush in Silverlight 3 Application in Blend 3
5/13/2012 7:21:01 AM.
Tile Brush In Silverlight 3 Application In Blend 3, How can we change the background of any control to an Image.
Gradient Brush in WPF
3/1/2012 2:29:39 PM.
A Gradient Brush is normally used to achieve appealing effects such as metal, glass, water and shadows.
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+.
Brushes, Pens and Alpha Blending in GDI+
1/30/2012 11:05:59 PM.
In this article I will explain about Brushes, Pens and Alpha Blending in GDI+.
Small Brush Up on 'IS' and 'AS' Keywords in C#.NET
12/7/2011 6:34:03 AM.
Today, in this article we will overlook at two main keywords i:e IS and AS functionalities and we will implement practically to understand better.
Expression Blend 4: Brushes
8/2/2011 5:05:01 AM.
Brushes plays a very important role in creating an application in WPF. Use of brushes makes it more attractive application.
Draw a gradient ellipse in different-different gradient size.
4/22/2011 12:22:13 PM.
This article shows how you can draw an ellipse in a different-different size of gradient. This size you can give when creating a rectangle.
LinearGradientBrush in XAML Silverlight
4/19/2011 1:45:40 PM.
In this article you will learn about LinearGradientBrush in XAML Silverlight.
Introduction to Brushes tools in XAML Silverlight
4/19/2011 12:35:32 PM.
In this article, you will find an introduction to Brushes tools used in XAML Silverlight.
Silverlight- Slider Control Part 3
12/6/2010 8:35:56 PM.
In this article we will be seeing how to create Silverlight Slider control to change the color of the rectangle using SolidColorBrush.
Silverlight- SolidColorBrush Example
12/6/2010 1:21:48 AM.
In this article we will be seeing how to create Silverlight SolidColorBrush using Visual studio 2010.
Silverlight ImageBrush Example
12/1/2010 1:15:57 PM.
In this article we will be seeing how to create Silverlight ImageBrush using Visual studio 2010.
Using DynamicResources in WPF
10/27/2010 12:54:54 AM.
This article describes about DynamicResource with an example.
Using Tools and Windows in Expression Blend 2.0
9/15/2010 9:29:14 PM.
This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0.
Using LinearGradientBrush and PathGradientBrush in GDI+
9/14/2010 5:31:33 AM.
In this article you will learn how to use LinearGardientBrush and PathGradientBrush.
WPF LinearGradientBrush using XAML
8/30/2010 11:38:40 PM.
This article and code snippet explains how to fill gradient color in the background of controls in WPF using XAML.
Simple Animation in Silverlight 4
6/18/2010 2:37:30 AM.
In this article you will learn how to use Simple Animation in Silverlight 4.
Accessing webcam in Silverlight application
4/22/2010 6:32:49 AM.
In this article, we will see how to access the webcam from silverlight application.
Blending using PathGradientBrush Objects in GDI+
4/6/2010 1:50:01 AM.
In this article I will explain about Blending Using PathGradientBrush Objects in GDI+.
Blending Using LinearGradientBrush Objects in GDI+
4/3/2010 1:43:15 AM.
In this article I will explain about Blending Using LinearGradientBrush Objects in GDI+.
WPF RadialGradientBrush
2/13/2010 9:59:01 AM.
This article demonstrates how to use LinearGradientBrush in WPF using XAML and C#.
WPF LinearGradientBrush
2/13/2010 9:51:00 AM.
This article demonstrates how to use LinearGradientBrush in WPF using XAML and C#.
WPF SolidColorBrush
2/12/2010 12:29:12 PM.
This article demonstrates how to use SolidColorBrush in WPF using XAML and C#.
Adding Colors, Pens, and Brushes to the GDI+Painter Application
2/11/2010 11:16:21 PM.
In this article I will explain about working with brushes and pens in GDI+.
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+.
Transformation with Brushes in GDI+
2/9/2010 11:25:00 PM.
In this article I will explain about working with Transformation with Brushes in GDI+.
Using Pens in GDI+
2/4/2010 1:02:16 AM.
In this article I will explain about using Pens in GDI+.
Gradient Brushes in GDI+
2/3/2010 2:10:29 AM.
In this article I will explain about working with Gradient Brushes in GDI+.
Texture Brushes in GDI+
2/1/2010 11:24:29 PM.
In this article I will explain about working with Texture Brushes in GDI+.
Hatch Brushes in GDI+
1/25/2010 1:41:30 AM.
In this article I will explain about Hatch Brushes in GDI+.
System Colors in GDI+
12/17/2009 9:54:31 PM.
In this article I will explain about System Colors 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+.
Drawing Text in GDI+
11/17/2009 11:55:30 PM.
In this article I will explain you how to drawing Text in GDI+.
How to write a GDI+ Application
11/4/2009 3:20:51 AM.
In this article you’ll learn how to write your first GDI+ application, step-by-step. You will create a Window application and draw a few simple objects.
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.
Custom Child Window in Silverlight 3
8/1/2009 2:18:39 PM.
In this article we will see how can we change the Overlay Opacity and Overlay Brush for a Child Window.
RadialGradientBrush in Silverlight
4/15/2009 11:48:38 PM.
This article demonstrates how to use a radial gradient brush in Silverlight using XAML and C#.
SolidColorBrush in Silverlight
4/15/2009 11:44:00 PM.
This article demonstrates how to use a solid brush in Silverlight using XAML and C#.
LinearGradientBrush in Silverlight
4/15/2009 11:36:52 PM.
This article demonstrates how to use a linear gradient brush in Silverlight using XAML and C#.
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.
Graphics using GDI+
1/31/2007 7:20:45 AM.
This sample project shows how to draw various graphics objects on a Form using GDI+ objects.
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.
The Graphics Class and Transformations
1/31/2007 5:58:17 AM.
The Graphics class defined the transformation related functionality. This article discussed the Graphics class and its members that participate in transformation process.
C# Corner Logo: 3D GDI+ Effect
8/30/2006 8:30:15 AM.
"It's time to redesign the logo. Let's do some 3D work here". That's what Owen said an hour ago. And after that he drew a 3D C# logo on the board.
PaintBrush in C#
8/30/2006 7:55:21 AM.
The article is the paintbrush application, which demonstrates the different aspects of C# language and certain namespaces. The concepts like EventHandling and class designs are also present.
Working with GDI+ Brushes
2/8/2006 4:25:43 AM.
This tutorial explains how to work with texture, solid, gradient, and hatch brushes.
PaintBrush in C# - II
12/26/2005 10:59:07 PM.
This is a PaintBrush Application. In this Paintbrush user can draw some images and he can save the images in a persistence storage and later time can retrive the images.
GDI+ Samples: Rectangle, 3D, and Ellipse
12/26/2005 10:45:08 PM.
This article has three sample examples on GDI+ - Rectangle, Ellipse, and 3D.
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.
The Matrix Class and Transformations
12/26/2005 2:01:35 AM.
Matrices play a vital role in the transformation process. In GDI+, the Matrix class represents a 3×2 matrix that contains x, y, and w values in the first, second, and third columns, respectively.
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.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download