C# Class Treefrog.Windows.Controls.LayerGraphicsControl

Inheritance: GraphicsDeviceControl, IScrollableControl, IPointerTarget
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Private Properties

Свойство Type Description
CheckScrollValue void
GraphicsDeviceControlInitialized void
RootLayerDependentSizeChanged void

Méthodes publiques

Méthode Description
GetScrollEnabled ( ScrollOrientation orientation ) : bool
GetScrollValue ( ScrollOrientation orientation ) : int
LayerGraphicsControl ( ) : System
SetScrollValue ( ScrollOrientation orientation, int value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Draw ( ) : void
Initialize ( ) : void

Initializes control to a usable state, called at time of control creation.

OnScroll ( ScrollEventArgs e ) : void
OnScrollPropertyChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnVirtualSizeChanged ( EventArgs e ) : void
OnZoomChanged ( EventArgs e ) : void

Private Methods

Méthode Description
CheckScrollValue ( ) : void
GraphicsDeviceControlInitialized ( object sender, EventArgs e ) : void
RootLayerDependentSizeChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() protected méthode

protected Draw ( ) : void
Résultat void

GetScrollEnabled() public méthode

public GetScrollEnabled ( ScrollOrientation orientation ) : bool
orientation ScrollOrientation
Résultat bool

GetScrollValue() public méthode

public GetScrollValue ( ScrollOrientation orientation ) : int
orientation ScrollOrientation
Résultat int

Initialize() protected méthode

Initializes control to a usable state, called at time of control creation.
protected Initialize ( ) : void
Résultat void

LayerGraphicsControl() public méthode

public LayerGraphicsControl ( ) : System
Résultat System

OnScroll() protected méthode

protected OnScroll ( ScrollEventArgs e ) : void
e System.Windows.Forms.ScrollEventArgs
Résultat void

OnScrollPropertyChanged() protected méthode

protected OnScrollPropertyChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnVirtualSizeChanged() protected méthode

protected OnVirtualSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnZoomChanged() protected méthode

protected OnZoomChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetScrollValue() public méthode

public SetScrollValue ( ScrollOrientation orientation, int value ) : void
orientation ScrollOrientation
value int
Résultat void