.NET news » Graphics Graphics Rss Feed

Creating a Speech Balloon/Speech Bubble in GDI+

A highly configurable class that can generate a few styles of speech balloons in GDI+.
16 Nov 2010, 06:25:00   Source: Creating a Speech Balloon/Speech Bubble in GDI+   Tags: Graphics

Drawing Fractals via WPF

Why Recursion in C# works well when using WPF
8 Nov 2010, 20:57:00   Source: Drawing Fractals via WPF   Tags: Graphics

Rounded Border JPanel ( JPanel graphics improvements )

Reusable extension of JPanel with rounded borders, shadow and antialiasing
10 Oct 2010, 10:38:00   Source: Rounded Border JPanel ( JPanel graphics improvements )   Tags: Graphics

wpf loading splash screen

simple animated loading text , like last msn messenger , show animation and transparent mask in wpf
10 Oct 2010, 04:45:00   Source: wpf loading splash screen   Tags: Graphics

Using Third-Party WPF Controls with PowerBuilder .NET 12.0 WPF Targets

One of the things that PowerBuilder developers have been asking for years is the ability to include state-of-the-art graphic elements in their applications. With the advent of WPF Targets in PowerBuilder.NET 12.0, that capability has finally arrived. You can do quite a bit with the new layout managers, the skinning capabilities, effects, etc., directly within the IDE. For example, look at the following few lines of XAML code. The highlighted code is what I added; the rest was generated automatically by PowerBuilder.NET when I placed the commandbutton on the WPF window.

read more

10 Sep 2010, 10:15:00   Source: Using Third-Party WPF Controls with PowerBuilder .NET...   Tags: Graphics

High-speed Charting Control

A flexible charting control to display 2D data
13 Jul 2010, 18:42:00   Source: High-speed Charting Control   Tags: Graphics

Introduction to iOS Graphic APIs Part 1

The first part of an introduction to the iOS graphic APIs. In this article I look at some of the Quartz 2D / Core Graphics APIs.
13 Jul 2010, 02:07:00   Source: Introduction to iOS Graphic APIs Part 1   Tags: Graphics

A Simple Pie Chart Control - Improved 3-D Pie Chart

A follow up to the simple pie chart control article which will detail the new improvements
30 Jun 2010, 17:41:00   Source: A Simple Pie Chart Control - Improved 3-D Pie Chart   Tags: Graphics

PSAM Control Library

PSAM Control Library is a WinForms library containing the IncipitViewer control for drawing musical notes which can be read from MusicXml file or added programmatically. The library was initially a component of larger software Polish System for Archivising Music but I thought it could be useful for other software developers so I decided to distribute it under BSD licence. PSAM Control Library is written in C# under Microsoft Visual Studio Express.
13 Jun 2010, 03:39:00   Source: PSAM Control Library   Tags: Graphics

Drawing multiple layers without flicker

Improve drawing speed using layers in .NET
7 Jun 2010, 16:51:00   Source: Drawing multiple layers without flicker   Tags: Graphics