Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Saving a graph thumbnail (Read 1625 times)
just2click
YaBB Newbies
*
Offline


Go Sharks Go

Posts: 16
Joined: Oct 11th, 2006
Saving a graph thumbnail
Dec 26th, 2006 at 8:52am
Print Post  
Hi again,

How do I obtain a memory handle to an image created from the FlowChart?

The sample included in the help file demonstarte file saving using CreateBitmap.

The image generation would probably take place on the server so I'd be developing this part using C#.

Thanks in advance

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Saving a graph thumbnail
Reply #1 - Dec 27th, 2006 at 6:37am
Print Post  
Hi,

FlowChart.CreateBitmap returns a HBITMAP handle to the image. You could use the .NET's Bitmap.FromHandle method to get an Image object corresponding to the HBITMAP.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint