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

상속: IRPlotDeviceVisualComponent
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
Assign ( IRPlotDevice device ) : void
ClickPlot ( int x, int y ) : void
Dispose ( ) : void
EndLocatorMode ( ) : void
GetDeviceProperties ( ) : PlotDeviceProperties
RPlotDeviceVisualComponent ( IRPlotManager plotManager, ICommandTarget controller, int instanceId, IVisualComponentContainer container, ICoreShell coreShell ) : System
ResizePlotAsync ( int pixelWidth, int pixelHeight, int resolution ) : Task
StartLocatorModeAsync ( CancellationToken ct ) : Task
Unassign ( ) : void

비공개 메소드들

메소드 설명
Control_ContextMenuRequested ( object sender, PointEventArgs e ) : void
PlotManager_ActiveDeviceChanged ( object sender, EventArgs e ) : void
UpdateCaption ( ) : void
UpdateStatus ( ) : void
ViewModel_DeviceNameChanged ( object sender, EventArgs e ) : void
ViewModel_LocatorModeChanged ( object sender, EventArgs e ) : void
ViewModel_PlotChanged ( object sender, EventArgs e ) : void

메소드 상세

Assign() 공개 메소드

public Assign ( IRPlotDevice device ) : void
device IRPlotDevice
리턴 void

ClickPlot() 공개 메소드

public ClickPlot ( int x, int y ) : void
x int
y int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndLocatorMode() 공개 메소드

public EndLocatorMode ( ) : void
리턴 void

GetDeviceProperties() 공개 메소드

public GetDeviceProperties ( ) : PlotDeviceProperties
리턴 Microsoft.R.Host.Client.PlotDeviceProperties

RPlotDeviceVisualComponent() 공개 메소드

public RPlotDeviceVisualComponent ( IRPlotManager plotManager, ICommandTarget controller, int instanceId, IVisualComponentContainer container, ICoreShell coreShell ) : System
plotManager IRPlotManager
controller ICommandTarget
instanceId int
container IVisualComponentContainer
coreShell ICoreShell
리턴 System

ResizePlotAsync() 공개 메소드

public ResizePlotAsync ( int pixelWidth, int pixelHeight, int resolution ) : Task
pixelWidth int
pixelHeight int
resolution int
리턴 Task

StartLocatorModeAsync() 공개 메소드

public StartLocatorModeAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
리턴 Task

Unassign() 공개 메소드

public Unassign ( ) : void
리턴 void