Reply
.NET imaging question
Old 12-03-2007, 02:54 PM .NET imaging question
kline11's Avatar
King Spam Talker

Posts: 1,248
Name: John
Location: USA
I can create images with text on the fly with .NET, but I can't add text effects (reflections. shadows. etc.). Any ideas how to do this? Here are the namespaces I am using.

Code:
<%@ Page Language="VB" Debug="True" %>
<%@ Import Namespace="System.Drawing" %>
<%@ Import Namespace="System.Drawing.Imaging" %>
<%@ Import Namespace="System.Drawing.Text" %>
Thanks!
kline11 is offline
Reply With Quote
View Public Profile Visit kline11's homepage!
 
When You Register, These Ads Go Away!
     
Old 12-03-2007, 04:28 PM Re: .NET imaging question
Learning Newbie's Avatar
Moderator

Posts: 4,585
Name: John Alexander
Use GDI+ and the Graphics object. I think it's under System.Imaging.2D or .3D, although I'm not really sure, I've only done it a couple times.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-04-2007, 01:14 PM Re: .NET imaging question
kline11's Avatar
King Spam Talker

Posts: 1,248
Name: John
Location: USA
Quote:
Originally Posted by Learning Newbie View Post
Use GDI+ and the Graphics object. I think it's under System.Imaging.2D or .3D, although I'm not really sure, I've only done it a couple times.
Thanks John. I will look into this.
kline11 is offline
Reply With Quote
View Public Profile Visit kline11's homepage!
 
Reply     « Reply to .NET imaging question
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11641 seconds with 13 queries