C# 클래스 android.view.SurfaceView

상속: android.view.View
파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
SurfaceView ( android arg0 )
SurfaceView ( android arg0, android arg1 )
SurfaceView ( android arg0, android arg1, int arg2 )
draw ( android arg0 ) : void
gatherTransparentRegion ( android arg0 ) : bool
getHolder ( ) : global::android.view.SurfaceHolder
setVisibility ( int arg0 ) : void
setZOrderMediaOverlay ( bool arg0 ) : void
setZOrderOnTop ( bool arg0 ) : void

보호된 메소드들

메소드 설명
SurfaceView ( global @__env )
dispatchDraw ( android arg0 ) : void
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void
onMeasure ( int arg0, int arg1 ) : void
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
onWindowVisibilityChanged ( int arg0 ) : void

비공개 메소드들

메소드 설명
SurfaceView ( )

메소드 상세

SurfaceView() 공개 메소드

public SurfaceView ( android arg0 )
arg0 android

SurfaceView() 공개 메소드

public SurfaceView ( android arg0, android arg1 )
arg0 android
arg1 android

SurfaceView() 공개 메소드

public SurfaceView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

SurfaceView() 보호된 메소드

protected SurfaceView ( global @__env )
@__env global

dispatchDraw() 보호된 메소드

protected dispatchDraw ( android arg0 ) : void
arg0 android
리턴 void

draw() 공개 메소드

public draw ( android arg0 ) : void
arg0 android
리턴 void

gatherTransparentRegion() 공개 메소드

public gatherTransparentRegion ( android arg0 ) : bool
arg0 android
리턴 bool

getHolder() 공개 메소드

public getHolder ( ) : global::android.view.SurfaceHolder
리턴 global::android.view.SurfaceHolder

onAttachedToWindow() 보호된 메소드

protected onAttachedToWindow ( ) : void
리턴 void

onDetachedFromWindow() 보호된 메소드

protected onDetachedFromWindow ( ) : void
리턴 void

onMeasure() 보호된 메소드

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

onSizeChanged() 보호된 메소드

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
리턴 void

onWindowVisibilityChanged() 보호된 메소드

protected onWindowVisibilityChanged ( int arg0 ) : void
arg0 int
리턴 void

setVisibility() 공개 메소드

public setVisibility ( int arg0 ) : void
arg0 int
리턴 void

setZOrderMediaOverlay() 공개 메소드

public setZOrderMediaOverlay ( bool arg0 ) : void
arg0 bool
리턴 void

setZOrderOnTop() 공개 메소드

public setZOrderOnTop ( bool arg0 ) : void
arg0 bool
리턴 void