@phreq wrote:
I have an Incremental Tree which I export as an image as:
var imgBlob = myDiagram.makeImageData({
scale: 1,
maxSize: new go.Size(4000,4000),
background: 'white',
type: "image/png"
});This generates image as:
I have defined by expander button as :
$("TreeExpanderButton",
{
width: 20, height: 20,
alignment: go.Spot.TopRight,
alignmentFocus: go.Spot.TopRight
})So, how can I hide this while exporting the image?
Posts: 2
Participants: 2
