This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, January 7, 2009 6:27:53 PM(UTC)
Groups: Registered
Posts: 74
hello,
My application is a windows based application using c#.net 2008(winforms) and .net framework is 3.5 and also use leadtools version 16).
Can i implement AddBorder effect:
It mens :
Adds a border to the specified image.
regards,
ssskkk
#2
Posted
:
Thursday, January 8, 2009 5:26:44 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
To implement a border effect:
- Create a new Bitmap (this bitmap should be the size of original image plus the size of the border you want to add).
- Fill the new Bitmap with color of the border you want to add.
- Use the CombineCommand Class to add the original image to the border image and set the
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.