Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic EffectsProvider.GenerateEmboss (Read 1700 times)
BidMaestro
Junior Member
**
Offline


to learn is to live

Posts: 74
Location: Australia
Joined: Apr 20th, 2008
EffectsProvider.GenerateEmboss
Dec 30th, 2008 at 10:53am
Print Post  
Hi

I was looking for a vb.net example of using the EffectsProvider.GenerateEmboss functionality. Is there an example in the FlowChart.Net sample code? I could not find one. I could only find one reference in the forum and wondered if anyone else has used this functionality?

regards
Doug  Smiley
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: EffectsProvider.GenerateEmboss
Reply #1 - Dec 30th, 2008 at 3:13pm
Print Post  
Add a reference to EffectsProvider.dll to your project and add this to the form_load event handler:

Code
Select All
diagram1.EffectsProvider = New EffectsProvider()
diagram1.EnableEmbossEffects = True
 



I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
BidMaestro
Junior Member
**
Offline


to learn is to live

Posts: 74
Location: Australia
Joined: Apr 20th, 2008
Re: EffectsProvider.GenerateEmboss
Reply #2 - Dec 30th, 2008 at 11:59pm
Print Post  
Stoyan

Great!...you always help. Have a happy New Year

Doug
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint