.NET news » Graphics Graphics Rss Feed

Professional Expression Blend 3.0: with Silverlight
Author: Alexandra Young
Average rating: 0 / 0
(0 reviews)
More .NET Graphics books
download

A Screen Capture Utility

JPG Capture is a utility designed for the developers to capture the debugging screenshot, while it is also ideal for general screen capture purpose. JPG Capture can capture the desktop screen into picture files in sequence. Users can define the capture hotkey, capture area (Current window, Full screen or Rectangular area), picture format ( .jpg, .gif, and .bmp etc) and destination.
19 Oct 2007, 16:57:00   Source: A Screen Capture Utility   Tags: Examples VB.NET Graphics

Draw with Mouse

An article showing how to draw on screen
17 Oct 2007, 16:58:00   Source: Draw with Mouse   Tags: Examples Graphics

2D Fast Wavelet Transform Library for Image Processing

The article demonstrating the use of 2D Fast wavelet transform for image processing
14 Oct 2007, 07:23:00   Source: 2D Fast Wavelet Transform Library for Image Processing   Tags: Graphics

3D Geometry Library (Basic Classes) and 3D Drawing using VB.Net

This article explains a 3D Geometry library developed using VB.Net

3D text in WPF

Outline font technologies such as TrueType primarily provide us with typographical flexibility and accuracy, but they can also serve as graphical playthings. Programmers can get access to the actual outlines that define each text character and treat them as vector graphics objects. The outlines can be stroked, filled, used for clipping, or subjected to transforms. A popular feature in Microsoft Word known as WordArt is based on this concept.

It's important to recognize the nature and limitations of these character outlines: they are strictly geometrical and are missing the "hints" that the operating system normally uses to render fonts on the screen. These hints allow the characters to be rasterized intelligently based on the available pixel grid. Consequently, the unhinted character outlines look best in big font sizes or on high-resolution devices. They are usually not adequate for rendering text at normal font sizes on the screen. (However, as printer resolution gets higher and as antialiasing is used more for screen graphics, the value of hinting has decreased)..

21 Aug 2007, 19:00:00   Source: 3D text in WPF   Tags: Graphics

Image Thumbnail Viewer with .NET 2.0

A simple way to create a thumbnail viewer with .NET 2.0
21 Aug 2007, 12:40:00   Source: Image Thumbnail Viewer with .NET 2.0   Tags: Examples Graphics

Capture Entire Web Page

I have seen other articles that describe how to accomplish this, but had no luck in getting any to work with Internet Explorer 7. This is a simple example that captures a webpage, inlcuding elements below the fold, and saves it as an image.
6 Aug 2007, 00:26:00   Source: Capture Entire Web Page   Tags: Examples Graphics

PerformanceChart / ToolStripPerformanceChart controls with multiple time series

A simple performance chart control with multiple series.
5 Aug 2007, 23:23:00   Source: PerformanceChart / ToolStripPerformanceChart controls...   Tags: Graphics

Analog Clock Control

The Analog Clock control is a control that has almost all functionality that clock control can have and it is fully modifiable.
12 Jul 2007, 21:00:00   Source: Analog Clock Control   Tags: VB.NET Examples Graphics

Selective Grayscale Filter

Convert image to grayscale except predefined color
12 Jul 2007, 10:20:00   Source: Selective Grayscale Filter   Tags: Graphics