C# Class Smrf.NodeXL.ApplicationUtil.GraphZoomAndScaleControl

Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bChangingNodeXLControlValue Boolean
m_oNodeXLControl NodeXLControl

Private Properties

Property Type Description
AssertValid void
InitializeComponent void
tbGraphScale_Scroll void
tbGraphZoom_Scroll void

Public Methods

Method Description
GraphZoomAndScaleControl ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GraphZoomAndScaleControl() public method

Initializes a new instance of the class.
public GraphZoomAndScaleControl ( ) : System
return System

NodeXLControlValueToTrackBarValue() protected method

protected NodeXLControlValueToTrackBarValue ( Double dNodeXLControlValue ) : Int32
dNodeXLControlValue Double
return Int32

TrackBarValueToNodeXLControlValue() protected method

protected TrackBarValueToNodeXLControlValue ( Int32 iTrackBarValue ) : Double
iTrackBarValue Int32
return Double

m_oNodeXLControl_GraphScaleChanged() protected method

protected m_oNodeXLControl_GraphScaleChanged ( Object oSender, EventArgs oEventArgs ) : void
oSender Object
oEventArgs EventArgs
return void

m_oNodeXLControl_GraphZoomChanged() protected method

protected m_oNodeXLControl_GraphZoomChanged ( Object oSender, EventArgs oEventArgs ) : void
oSender Object
oEventArgs EventArgs
return void

Property Details

m_bChangingNodeXLControlValue protected property

protected Boolean m_bChangingNodeXLControlValue
return Boolean

m_oNodeXLControl protected property

protected NodeXLControl m_oNodeXLControl
return NodeXLControl