Skip to content

SavedImageInfo: add ConsoleWriteFIlename() #3943

@swharden

Description

@swharden

to allow something like this to print the full file path to the console

plot1.SavePng("test.png", 600, 400).ConsoleWriteFilename();

right now this works

var file = plot1.SavePng(saveAs, 600, 400);
Console.WriteLine(file.Path);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions