프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_bChangingNodeXLControlValue | Boolean | ||
m_oNodeXLControl | NodeXLControl |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AssertValid | void | ||
InitializeComponent | void | ||
tbGraphScale_Scroll | void | ||
tbGraphZoom_Scroll | void |
메소드 | 설명 | |
---|---|---|
GraphZoomAndScaleControl ( ) : System |
Initializes a new instance of the
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
NodeXLControlValueToTrackBarValue ( Double dNodeXLControlValue ) : Int32 | ||
TrackBarValueToNodeXLControlValue ( Int32 iTrackBarValue ) : Double | ||
m_oNodeXLControl_GraphScaleChanged ( Object oSender, EventArgs oEventArgs ) : void | ||
m_oNodeXLControl_GraphZoomChanged ( Object oSender, EventArgs oEventArgs ) : void |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
tbGraphScale_Scroll ( object sender, EventArgs e ) : void | ||
tbGraphZoom_Scroll ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected NodeXLControlValueToTrackBarValue ( Double dNodeXLControlValue ) : Int32 | ||
dNodeXLControlValue | Double | |
리턴 | Int32 |
protected TrackBarValueToNodeXLControlValue ( Int32 iTrackBarValue ) : Double | ||
iTrackBarValue | Int32 | |
리턴 | Double |
protected m_oNodeXLControl_GraphScaleChanged ( Object oSender, EventArgs oEventArgs ) : void | ||
oSender | Object | |
oEventArgs | EventArgs | |
리턴 | void |
protected m_oNodeXLControl_GraphZoomChanged ( Object oSender, EventArgs oEventArgs ) : void | ||
oSender | Object | |
oEventArgs | EventArgs | |
리턴 | void |
protected Boolean m_bChangingNodeXLControlValue | ||
리턴 | Boolean |