Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 6965

Just find the square

$
0
0

@Sami61 wrote:

`

I want to keep the writing and the frame separate. For this I just need to find the frame and draw the guide lines accordingly. But here's how I do it with the square and the writing. I used a code like this, but it did not work.

this.diagram.findObjectsIn(part.actualBounds,
function (x) {
if (x._isGuideObject) {
square = x.part;
}
}, function (link) { }, true
);

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6965

Trending Articles