.NET news » Graphics Graphics Rss Feed

Print a Large Google Satellite Map With Mapgogo Framework

Almost every one of us who uses internet has seen the Google map, Google satellite, or Google terrian, etc. Somebody want to print it. Although google web provide print button, it is poor that only can print Google map with small area.

This framework solved Google map print proplem to let you print the Google map,Google satellite,or Google terrian with giant area. You can print it with large paper such as A0 if your printer can output large paper, or else you can set row an column counts to print the map by pagination, even print to atlas.

7 Apr 2010, 08:08:00   Source: Print a Large Google Satellite Map With Mapgogo Framework   Tags: Graphics

Animated Eye Candy for Programmers

A class library that allows (almost) any control to show animations.

6 Apr 2010, 08:53:00   Source: Animated Eye Candy for Programmers   Tags: Graphics

Using Microsofts Chart Controls In An ASP.NET Application: Rendering the Chart

This article explores the three different techniques the Microsoft Chart Controls has at its disposal for generating chart images. Well look at how to use each option, enumerate the pros and cons, and discuss when to consider using one option over another.

18 Aug 2009, 19:00:00   Source: Using Microsofts Chart Controls In An ASP.NET...   Tags: ASP.NET Graphics

3D Drawing with Textures, Transformations, and Realism in WPF

To build realism into 3D scenes, you need to draw with the appropriate materials and transformations help make the drawing process much simpler.

Using Microsofts Chart Controls In An ASP.NET Application: Plotting Chart Data

The first installment in this article series showed some simple examples of plotting chart data. This article delves into more intricate examples, showing how to plot database data, data from an XML file, and data from other types of data sources.

28 Jul 2009, 19:00:00   Source: Using Microsofts Chart Controls In An ASP.NET...   Tags: ASP.NET Graphics

WPF Wonders: 3D Drawing

This article explains how to get started with three-dimensional drawing in WPF. It shows you how to build scene data, define lights, and use cameras to view a scene. It also shows how to use WPF's data binding and animation capabilities to make a scene move.

27 Jul 2009, 21:31:44   Source: WPF Wonders: 3D Drawing   Tags: Graphics WPF

Using Microsofts Chart Controls In An ASP.NET Application: Getting Started

While the Microsoft Chart Controls have some rough edges, their cost (free), number of chart types, and array of supported charting features make them an excellent choice for adding charts to an ASP.NET web application. This article, the first in a series of articles on the Chart Controls, shows how to download, install, and get started using the Microsoft Chart Controls.

21 Jul 2009, 19:00:00   Source: Using Microsofts Chart Controls In An ASP.NET...   Tags: ASP.NET Graphics

Creating Charts with the Google Chart API

This article looks at how to use the Google Chart API to create charts. The Google Chart API is a free service from Google that enables web developers to generate chart images on the fly by creating an <img> element with a src attribute that points to a URL that includes the chart data, labels, and other information in the querystring. Read on to learn how to use the Google Chart API in your ASP.NET website!

18 Nov 2008, 18:00:00   Source: Creating Charts with the Google Chart API   Tags: ASP.NET Graphics

CBR/CBZ Comics in C#

This article will demonstrate simple methods one can use to interact with today's comics applications, and more importantly, to transform your printed comic books into a digital library that can be stored on Compact Discs (CD) or Digital Versatile Discs (DVD) in an orderly manner (in CBZ or CBR formats).
28 Jul 2008, 00:15:00   Source: CBR/CBZ Comics in C#   Tags: Graphics Examples

A WPF Pie Chart with Data Binding support

This article describes the development of a pie chart user control for WPF that uses data binding. The pie chart is not backed by its own model, rather, it binds directly to your data objects. This has the big advantage that the WPF framework takes care of handling events that relate to changes in the bound data, updating the pie chart view accordingly.
25 Jul 2008, 02:25:00   Source: A WPF Pie Chart with Data Binding support   Tags: Graphics Components