Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SetFrame ( int l, int t, int r, int b ) : bool |
Method | Description | |
---|---|---|
DispDistance ( ) : float | ||
Distance ( float x0, float x1, float y0, float y1 ) : float | ||
GetValue ( Matrix matrix, int whichValue ) : float | ||
Initialize ( ) : void |
public OnTouch ( Android.Views.View v, Android.Views.MotionEvent e ) : bool | ||
v | Android.Views.View | |
e | Android.Views.MotionEvent | |
return | bool |
public OnTouchEvent ( Android.Views.MotionEvent e ) : bool | ||
e | Android.Views.MotionEvent | |
return | bool |
public ScaleImageView ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
return | System |
public ScaleImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
defStyle | int | |
return | System |
protected SetFrame ( int l, int t, int r, int b ) : bool | ||
l | int | |
t | int | |
r | int | |
b | int | |
return | bool |
public SetImageBitmap ( Android.Graphics.Bitmap bm ) : void | ||
bm | Android.Graphics.Bitmap | |
return | void |
public ZoomTo ( float scale, int x, int y ) : void | ||
scale | float | |
x | int | |
y | int | |
return | void |