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

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

Public Methods

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

Private Methods

Method Description
PixelsToInches ( int pixels ) : double

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

PlotDeviceCopyAsMetafileCommand() public method

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