Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Image Inside Custom Node (Read 2463 times)
Waterfiets
Junior Member
**
Offline


I Love MindFusion!

Posts: 78
Joined: Sep 27th, 2013
Image Inside Custom Node
Oct 28th, 2013 at 9:52am
Print Post  
Hi there,

Is it possible to add a picture, lets say, a test.jpg inside a custom node? If so, could i get an example?

Greets,

Sander
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Image Inside Custom Node
Reply #1 - Oct 28th, 2013 at 11:40am
Print Post  
Hi,
See the IconNodes sample project.

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


I Love MindFusion!

Posts: 78
Joined: Sep 27th, 2013
Re: Image Inside Custom Node
Reply #2 - Oct 28th, 2013 at 11:59am
Print Post  
HI,

I've seen the project, but this isn't exactly what I'm looking for. This is an IconNode, or an icon that acts like a node. What i want is an icon in the custom nodes I've already created.

Thanks in advance.

Greets,

Sander
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Image Inside Custom Node
Reply #3 - Oct 28th, 2013 at 12:27pm
Print Post  
IconNode is a custom node class that implements custom ImageSource Icon property and draws that image from  the Draw override, which sounds the same as what you need. The ImageSource bitmaps can be loaded from files, resources, the Internet, or whatever. Check the NodeDoubleClicked handler in MainWindow.xaml.cs to see how images loaded from files are assigned to that custom property.

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


I Love MindFusion!

Posts: 78
Joined: Sep 27th, 2013
Re: Image Inside Custom Node
Reply #4 - Oct 28th, 2013 at 1:52pm
Print Post  
It was kinda confusing at first but i finally figured it out, thanks! Cheesy


Greets,

Sander
« Last Edit: Oct 29th, 2013 at 10:44am by Waterfiets »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint