C# Class Microsoft.R.Components.Plots.Implementation.Commands.PlotDeviceExportAsImageCommand

Inheritance: PlotDeviceCommand, IAsyncCommand
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
InvokeAsync ( ) : Task
PlotDeviceExportAsImageCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotDeviceVisualComponent visualComponent ) : System

Private Methods

Method Description
DeviceFromFileExtension ( string filePath ) : string

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

PlotDeviceExportAsImageCommand() public method

public PlotDeviceExportAsImageCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotDeviceVisualComponent visualComponent ) : System
interactiveWorkflow IRInteractiveWorkflow
visualComponent IRPlotDeviceVisualComponent
return System