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

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
PathShape ( )

메소드 상세

PathShape() 공개 메소드

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

PathShape() 보호된 메소드

protected PathShape ( global @__env )
@__env global

clone() 공개 메소드

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

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