Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Anchor points on ContainerNode wont draw (Read 1518 times)
SavyCat
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 38
Joined: Sep 4th, 2007
Anchor points on ContainerNode wont draw
Apr 3rd, 2009 at 2:15pm
Print Post  
Hi guys, I cant seem to get anchor points that are added to containers to draw.

I did a simple test:

Code
Select All
ContainerNode n = new ContainerNode();
diagram.Nodes.Add(n);
n.AnchorPattern = new AnchorPattern();
n.AnchorPattern.Points.Add( new AnchorPoint(100,100, true, true, MarkStyle.Circle ));
 



But I cant see the anchor point getting drawn.

Thanks for any help
Mat
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Anchor points on ContainerNode wont draw
Reply #1 - Apr 6th, 2009 at 8:04am
Print Post  
Seems we have overlooked this; we'll implement it for the next release. If you need it urgently, you could override ContainerNode.Draw() and call base.DrawAnchors(e.Graphics).

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
SavyCat
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 38
Joined: Sep 4th, 2007
Re: Anchor points on ContainerNode wont draw
Reply #2 - Apr 6th, 2009 at 2:36pm
Print Post  
Thanks Stoyo, I will do...

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