Stuart
Junior Member
 Offline
 Short, fat and bald, that's me.
Posts: 64
Location: Lincs, UK
Joined: Sep 5 th, 2008
|
Anchor Patterns
Jan 13th, 2009 at 4:18pm
|
Print Post
|
|
I apologize if this is a dumb question, but, say I had a form with 2 FlowChart objects on it and I executed this code ... [code] ap := CreateComObject(CLASS_AnchorPattern) as IAnchorPattern; ap.AddAnchorPointF(50, 0, true, false, msCircle, 0); ap.AddAnchorPointF(25, 0, true, false, msCircle, 0); ap.AddAnchorPointF(75, 0, true, false, msCircle, 0); ap.AddAnchorPointF(50, 100, false, true, msCircle, 0); ap.PatternId := 'AMProcess'; [/code] Which chart object would the anchor pattern be defined on?
More correctly, how do I define which flowchart object the pattern is defined for?
|