How to build a Business Card Generator in VB.NET and C# featuring dynamic image compo

Neodynamic

Well-known member
Joined
Dec 5, 2005
Messages
137
Programming Experience
10+
How to build a Business Card Generator in VB.NET and C# featuring dynamic image composition with ImageDraw

This ImageDraw demo demonstrates how easily you can use ImageDraw object model and .NET Windows Forms Framework to design, in few minutes, a Business Card Generator. Read More…

The following figure is a screenshot of the Business card Generator application that leverages .NET Windows Forms for input user interaction and ImageDraw for dynamic image composition purposes.
figure01.png


The business card is dynamically created by ImageDraw object adding built-in Rounded Rectangle Shapes for decorative zones filling them with the user's selected color; drawing the user's uploaded logo and text fields for personal information; and performing the desired layout selected by the user.

This .NET Business Card Generator lets users:
- Filling up a simple form requesting personal information. A live preview of how their business card will look like is displayed in real time while the user types.
figure02.png

- Picking up an image logo stored in the user computer disk automatically resizing it by ImageDraw for placing it on the card surface. As per personal information, the live preview is updated in real time.
figure03.png

- Specifying a card layout (Left & Right) for content. Live preview is updated in real time.
figure04.png

- Specifying the color for decorative zones which are made of rounded rectangles (AutoShapes built-in ImageDraw). Live preview is updated in real time.
figure05.png



Links:
This Demo
More Demos
Download ImageDraw SDK for .NET
More Information about Neodynamic ImageDraw SDK for .NET


Neodynamic
.NET Components & Controls
Neodynamic
 
Back
Top