C# 클래스 Microsoft.R.Components.Plots.Implementation.RPlotDevice

상속: IRPlotDevice
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddOrUpdate() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Find() 공개 메소드

public Find ( System.Guid plotId ) : IRPlot
plotId System.Guid
리턴 IRPlot

GetPlotAt() 공개 메소드

public GetPlotAt ( int index ) : IRPlot
index int
리턴 IRPlot

RPlotDevice() 공개 메소드

public RPlotDevice ( System.Guid deviceId ) : System
deviceId System.Guid
리턴 System

Remove() 공개 메소드

public Remove ( IRPlot plot ) : void
plot IRPlot
리턴 void