C# 클래스 Treefrog.Windows.Controls.LayerGraphicsControl

상속: GraphicsDeviceControl, IScrollableControl, IPointerTarget
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckScrollValue void
GraphicsDeviceControlInitialized void
RootLayerDependentSizeChanged void

공개 메소드들

메소드 설명
GetScrollEnabled ( ScrollOrientation orientation ) : bool
GetScrollValue ( ScrollOrientation orientation ) : int
LayerGraphicsControl ( ) : System
SetScrollValue ( ScrollOrientation orientation, int value ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckScrollValue ( ) : void
GraphicsDeviceControlInitialized ( object sender, EventArgs e ) : void
RootLayerDependentSizeChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 보호된 메소드

protected Draw ( ) : void
리턴 void

GetScrollEnabled() 공개 메소드

public GetScrollEnabled ( ScrollOrientation orientation ) : bool
orientation ScrollOrientation
리턴 bool

GetScrollValue() 공개 메소드

public GetScrollValue ( ScrollOrientation orientation ) : int
orientation ScrollOrientation
리턴 int

Initialize() 보호된 메소드

Initializes control to a usable state, called at time of control creation.
protected Initialize ( ) : void
리턴 void

LayerGraphicsControl() 공개 메소드

public LayerGraphicsControl ( ) : System
리턴 System

OnScroll() 보호된 메소드

protected OnScroll ( ScrollEventArgs e ) : void
e System.Windows.Forms.ScrollEventArgs
리턴 void

OnScrollPropertyChanged() 보호된 메소드

protected OnScrollPropertyChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnVirtualSizeChanged() 보호된 메소드

protected OnVirtualSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnZoomChanged() 보호된 메소드

protected OnZoomChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetScrollValue() 공개 메소드

public SetScrollValue ( ScrollOrientation orientation, int value ) : void
orientation ScrollOrientation
value int
리턴 void