Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Load shapes from .shl file (Read 1259 times)
Alex
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Nov 21st, 2006
Load shapes from .shl file
Feb 6th, 2007 at 11:12am
Print Post  
Hello,

I used the Shape-Designer to draw some shapes. Now I'd like to load them easily to the new ShapeListBox of Version 4.3b. How can I do that? Probably it is very easy, but I didn't find anything (or I searched the wrong places).

Best regards,

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Load shapes from .shl file
Reply #1 - Feb 6th, 2007 at 12:01pm
Print Post  
Hi,

We haven't documented this yet -

ShapeLibrary lib = ShapeLibrary.LoadFrom("shapeLib.shl");
shapeListBox1.Shapes = lib.Shapes;

Best regards,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint