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

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

Public Methods

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

Private Methods

Method Description
PixelsToInches ( int pixels ) : double

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

PlotDeviceExportAsPdfCommand() public method

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