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

How to save a gojs diagram image with highlighted selections

$
0
0

@JasonLee12345 wrote:

return this.myDiagram.makeImage({
            scale: 1,
            background: 'white',
            maxSize: new go.Size(bounds.width, bounds.height),
            type: 'image/png'
        });

So my question is that this function returns a diagram png image but without the diagram.selection. Is there a way gojs could produce an image with the selection highlighted?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles