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

Notification

Icon
Error

Options
Go to last post Go to first unread
websolutionpros  
#1 Posted : Friday, June 4, 2004 4:15:00 PM(UTC)
websolutionpros

Rank: Member

Groups: Member
Joined: 6/4/2004(UTC)
Posts: 1

Hello, I have downloaded many image controls and Graphics Mill is up top on the list.

I need to know if I can do 3 things:

1. I want to be able to add anti aliased text on top of an image

2. I want to add multiple images in layers with optacity options.

3. Adding paint brush options

Can anyone help me? Does anyone have any source code they can share?

Thanks

Joe

Andrew  
#2 Posted : Friday, June 4, 2004 4:41:00 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)
Hello Joe,

> I have downloaded many image controls and Graphics Mill is up top on the list.

Thanks.

> 1. I want to be able to add anti aliased text on top of an image

Sure:

Code:
    BitmapViewer1.Bitmap.LoadFromFile "с:\.jpg"
    BitmapViewer1.Bitmap.Graphics.Antialiasing = True

    BitmapViewer1.Bitmap.Graphics.TextFormat.FontColor = ColorGreen
    BitmapViewer1.Bitmap.Graphics.TextFormat.FontSize = 30

    BitmapViewer1.Bitmap.Graphics.DrawText "Text", 100, 150

> 2. I want to add multiple images in layers with optacity options.

Take a look at the sample which was already published there:

View post

It will give an idea how to implement such feature.

> 3. Adding paint brush options

I am not sure what exactly you mean, but I think this sample will help you:

View post

Please let me know if you have any questions or problems.

Edited by user Monday, December 24, 2007 5:35:09 PM(UTC)  | Reason: Not specified

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.