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

Inheritance: IRPlotDeviceVisualComponent
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Assign() public méthode

public Assign ( IRPlotDevice device ) : void
device IRPlotDevice
Résultat void

ClickPlot() public méthode

public ClickPlot ( int x, int y ) : void
x int
y int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndLocatorMode() public méthode

public EndLocatorMode ( ) : void
Résultat void

GetDeviceProperties() public méthode

public GetDeviceProperties ( ) : PlotDeviceProperties
Résultat Microsoft.R.Host.Client.PlotDeviceProperties

RPlotDeviceVisualComponent() public méthode

public RPlotDeviceVisualComponent ( IRPlotManager plotManager, ICommandTarget controller, int instanceId, IVisualComponentContainer container, ICoreShell coreShell ) : System
plotManager IRPlotManager
controller ICommandTarget
instanceId int
container IVisualComponentContainer
coreShell ICoreShell
Résultat System

ResizePlotAsync() public méthode

public ResizePlotAsync ( int pixelWidth, int pixelHeight, int resolution ) : Task
pixelWidth int
pixelHeight int
resolution int
Résultat Task

StartLocatorModeAsync() public méthode

public StartLocatorModeAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task

Unassign() public méthode

public Unassign ( ) : void
Résultat void