Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
aks  
#1 Posted : Wednesday, October 26, 2005 1:37:59 PM(UTC)
aks

Rank: Advanced Member

Groups: Member
Joined: 5/6/2004(UTC)
Posts: 36

Hello...

I wanna to drawing multiline text and align that..

so I had made ASP page include this line

Code:
text1 = "Hello World..!!!" & VBCR & "We are The World"
objBitmap.Graphics.DrawText text1, 300, 63 	


but It works just Single line text....

Please help me....

Edited by user Sunday, December 23, 2007 5:07:02 PM(UTC)  | Reason: Not specified

Andrew  
#2 Posted : Wednesday, October 26, 2005 3:28:18 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Unfortunately ActiveX version does not support this feature. The only way to draw multiple line text is to calculate the string height and draw several strings one under another.

Edited by user Tuesday, December 15, 2009 10:32:10 AM(UTC)  | Reason: Not specified

aks  
#3 Posted : Wednesday, October 26, 2005 7:49:06 PM(UTC)
aks

Rank: Advanced Member

Groups: Member
Joined: 5/6/2004(UTC)
Posts: 36


Thank you andrew...

so.. .NET version support this feature?
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.