Interface ISketchExporter
public interface ISketchExporter : IExchanger
Methods
bool DoExport(Clipboard clipboard, Sketch sketch)
clipboardClipboardsketchSketch
- Returns: bool
bool DoExport(string fileName, Sketch sketch)
- Returns: bool
public interface ISketchExporter : IExchanger
bool DoExport(Clipboard clipboard, Sketch sketch)
clipboard Clipboardsketch Sketchbool DoExport(string fileName, Sketch sketch)