C# 클래스 MonoDroidToolkit.ScaleImageView

상속: ImageView, View.IOnTouchListener
파일 보기 프로젝트 열기: jamesmontemagno/MonoDroidToolkit 1 사용 예제들

공개 메소드들

메소드 설명
Cutting ( ) : void
MaxZoomTo ( int x, int y ) : void
OnTouch ( Android.Views.View v, Android.Views.MotionEvent e ) : bool
OnTouchEvent ( Android.Views.MotionEvent e ) : bool
ScaleImageView ( Android.Content.Context context, IAttributeSet attrs ) : System
ScaleImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
SetImageBitmap ( Android.Graphics.Bitmap bm ) : void
SetImageResource ( int resId ) : void
ZoomTo ( float scale, int x, int y ) : void

보호된 메소드들

메소드 설명
SetFrame ( int l, int t, int r, int b ) : bool

비공개 메소드들

메소드 설명
DispDistance ( ) : float
Distance ( float x0, float x1, float y0, float y1 ) : float
GetValue ( Matrix matrix, int whichValue ) : float
Initialize ( ) : void

메소드 상세

Cutting() 공개 메소드

public Cutting ( ) : void
리턴 void

MaxZoomTo() 공개 메소드

public MaxZoomTo ( int x, int y ) : void
x int
y int
리턴 void

OnTouch() 공개 메소드

public OnTouch ( Android.Views.View v, Android.Views.MotionEvent e ) : bool
v Android.Views.View
e Android.Views.MotionEvent
리턴 bool

OnTouchEvent() 공개 메소드

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
리턴 bool

ScaleImageView() 공개 메소드

public ScaleImageView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

ScaleImageView() 공개 메소드

public ScaleImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
리턴 System

SetFrame() 보호된 메소드

protected SetFrame ( int l, int t, int r, int b ) : bool
l int
t int
r int
b int
리턴 bool

SetImageBitmap() 공개 메소드

public SetImageBitmap ( Android.Graphics.Bitmap bm ) : void
bm Android.Graphics.Bitmap
리턴 void

SetImageResource() 공개 메소드

public SetImageResource ( int resId ) : void
resId int
리턴 void

ZoomTo() 공개 메소드

public ZoomTo ( float scale, int x, int y ) : void
scale float
x int
y int
리턴 void