C# Class Microsoft.R.Components.Plots.Implementation.RPlotDevice

Inheritance: IRPlotDevice
Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
AddOrUpdate ( System.Guid plotId, BitmapImage image ) : void
Clear ( ) : void
Find ( System.Guid plotId ) : IRPlot
GetPlotAt ( int index ) : IRPlot
RPlotDevice ( System.Guid deviceId ) : System
Remove ( IRPlot plot ) : void

Method Details

AddOrUpdate() public method

public AddOrUpdate ( System.Guid plotId, BitmapImage image ) : void
plotId System.Guid
image System.Windows.Media.Imaging.BitmapImage
return void

Clear() public method

public Clear ( ) : void
return void

Find() public method

public Find ( System.Guid plotId ) : IRPlot
plotId System.Guid
return IRPlot

GetPlotAt() public method

public GetPlotAt ( int index ) : IRPlot
index int
return IRPlot

RPlotDevice() public method

public RPlotDevice ( System.Guid deviceId ) : System
deviceId System.Guid
return System

Remove() public method

public Remove ( IRPlot plot ) : void
plot IRPlot
return void