This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, February 10, 2009 12:54:49 AM(UTC)
Groups: Registered
Posts: 74
hello,
My application is a windows based application using c#.net 2008 and .net framework is 3.5 and also use leadtools version 16.In my application, Can i do the Brush options like,
Brush - .
Brush options include:
- color brush
- image/pattern brush
- diameter
- hardness/sharpness of brush edges
- spacing - frequency of touches
- density
- opacity
- fade out - allow the brush to fade during the stroke
- texture - apply a bitmapped texture to the brush
#2
Posted
:
Tuesday, February 10, 2009 5:41:18 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Are you referring to the Annotation brush (AnnBrush)? If yes, you can adjust some of the brush properties like the Color, Width and transparency of the brush. Please check the AnnAutomation demo for more details.
#3
Posted
:
Wednesday, February 11, 2009 10:56:37 PM(UTC)
Groups: Registered
Posts: 74
#4
Posted
:
Thursday, February 12, 2009 5:33:25 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Most of the remaining requirements are not supported by AnnBrush.
#5
Posted
:
Thursday, February 12, 2009 7:04:45 PM(UTC)
Groups: Registered
Posts: 74
hello,
any way can i implement my requirements early i mentione,
Thanks,
SSSKKK
#6
Posted
:
Sunday, February 15, 2009 5:00:43 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The only way I can think of is to create your own image or pattern, then put them in a bitmap and use the bitmap in a stamp annotation object.
#7
Posted
:
Sunday, February 15, 2009 6:28:53 PM(UTC)
Groups: Registered
Posts: 74
Please give me more explanations
thanks
SSSKKK
#8
Posted
:
Tuesday, February 17, 2009 7:01:32 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Create your own image with the desired solid shape and fill it with the desired pattern, and then create a Stamp object. Then set the image of the Stamp object to be the solid shape that you have created. This will only work if you want to create a solid object (like a rectangle) and fill it with a pattern.
#9
Posted
:
Tuesday, February 17, 2009 5:59:58 PM(UTC)
Groups: Registered
Posts: 74
Please give me the codes.
#10
Posted
:
Wednesday, February 18, 2009 2:26:54 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The help topic 'AnnStampObject Class' contains sample code create a Stamp object. You need to pass the image that you create to the AnnPicture object.
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.