C# 클래스 android.graphics.drawable.shapes.RoundRectShape

상속: android.graphics.drawable.shapes.RectShape
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
RoundRectShape ( float arg0, android arg1, float arg2 )
clone ( ) : global::android.graphics.drawable.shapes.RoundRectShape
draw ( android arg0, android arg1 ) : void

보호된 메소드들

메소드 설명
RoundRectShape ( global @__env )
onResize ( float arg0, float arg1 ) : void

비공개 메소드들

메소드 설명
RoundRectShape ( )

메소드 상세

RoundRectShape() 공개 메소드

public RoundRectShape ( float arg0, android arg1, float arg2 )
arg0 float
arg1 android
arg2 float

RoundRectShape() 보호된 메소드

protected RoundRectShape ( global @__env )
@__env global

clone() 공개 메소드

public clone ( ) : global::android.graphics.drawable.shapes.RoundRectShape
리턴 global::android.graphics.drawable.shapes.RoundRectShape

draw() 공개 메소드

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

onResize() 보호된 메소드

protected onResize ( float arg0, float arg1 ) : void
arg0 float
arg1 float
리턴 void