C# Class Smrf.NodeXL.ApplicationUtil.GraphZoomAndScaleControl

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_bChangingNodeXLControlValue Boolean
m_oNodeXLControl NodeXLControl

Private Properties

Свойство Type Description
AssertValid void
InitializeComponent void
tbGraphScale_Scroll void
tbGraphZoom_Scroll void

Méthodes publiques

Méthode Description
GraphZoomAndScaleControl ( ) : System

Initializes a new instance of the class.

Méthodes protégées

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

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

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

GraphZoomAndScaleControl() public méthode

Initializes a new instance of the class.
public GraphZoomAndScaleControl ( ) : System
Résultat System

NodeXLControlValueToTrackBarValue() protected méthode

protected NodeXLControlValueToTrackBarValue ( Double dNodeXLControlValue ) : Int32
dNodeXLControlValue Double
Résultat Int32

TrackBarValueToNodeXLControlValue() protected méthode

protected TrackBarValueToNodeXLControlValue ( Int32 iTrackBarValue ) : Double
iTrackBarValue Int32
Résultat Double

m_oNodeXLControl_GraphScaleChanged() protected méthode

protected m_oNodeXLControl_GraphScaleChanged ( Object oSender, EventArgs oEventArgs ) : void
oSender Object
oEventArgs EventArgs
Résultat void

m_oNodeXLControl_GraphZoomChanged() protected méthode

protected m_oNodeXLControl_GraphZoomChanged ( Object oSender, EventArgs oEventArgs ) : void
oSender Object
oEventArgs EventArgs
Résultat void

Property Details

m_bChangingNodeXLControlValue protected_oe property

protected Boolean m_bChangingNodeXLControlValue
Résultat Boolean

m_oNodeXLControl protected_oe property

protected NodeXLControl m_oNodeXLControl
Résultat NodeXLControl