C# Класс NPlot.Windows.PlotSurface2D.PlotContextMenu.PlotShowCoordinatesMenuItem

A Plot Menu Item that provides necessary functionality for the show coordinates menu item (tick mark toggle in addition to basic functionality).
Наследование: PlotMenuItem
Показать файл Открыть проект

Открытые методы

Метод Описание
OnPopup ( PlotContextMenu plotContextMenu ) : void

Called before menu drawn.

PlotShowCoordinatesMenuItem ( string text, int index, EventHandler callback ) : System

Constructor

Описание методов

OnPopup() публичный Метод

Called before menu drawn.
public OnPopup ( PlotContextMenu plotContextMenu ) : void
plotContextMenu PlotContextMenu The plot menu this item is a member of.
Результат void

PlotShowCoordinatesMenuItem() публичный Метод

Constructor
public PlotShowCoordinatesMenuItem ( string text, int index, EventHandler callback ) : System
text string Text associated with this item in the menu.
index int Index of this item in the menu.
callback EventHandler EventHandler to call when menu item is selected.
Результат System