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
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

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