Method | Description | |
---|---|---|
CanZoom ( ) : bool | ||
GetDisplayMatrix ( ) : Android.Graphics.Matrix | ||
GetDisplayRect ( ) : Android.Graphics.RectF | ||
GetIPhotoViewImplementation ( ) : IPhotoViewDroid | ||
GetMaxScale ( ) : float | ||
GetMaximumScale ( ) : float | ||
GetMediumScale ( ) : float | ||
GetMidScale ( ) : float | ||
GetMinScale ( ) : float | ||
GetMinimumScale ( ) : float | ||
GetOnPhotoTapListener ( ) : PhotoViewDroidAttacher.IOnPhotoTapListener | ||
GetOnViewTapListener ( ) : PhotoViewDroidAttacher.IOnViewTapListener | ||
GetPhotoViewDroidAttacher ( ) : |
||
GetScale ( ) : float | ||
GetScaleType ( ) : ImageView.ScaleType | ||
GetVisibleRectangleBitmap ( ) : Android.Graphics.Bitmap | ||
PhotoViewDroid ( Android.Content.Context context ) : System | ||
PhotoViewDroid ( Android.Content.Context context, IAttributeSet attr ) : System | ||
PhotoViewDroid ( Android.Content.Context context, IAttributeSet attr, int defStyle ) : System | ||
SetAllowParentInterceptOnEdge ( bool allow ) : void | ||
SetDisplayMatrix ( Android finalMatrix ) : bool | ||
SetImageDrawable ( Android drawable ) : void | ||
SetImageResource ( int resId ) : void | ||
SetImageURI ( Android uri ) : void | ||
SetMaxScale ( float maxScale ) : void | ||
SetMaximumScale ( float maximumScale ) : void | ||
SetMediumScale ( float mediumScale ) : void | ||
SetMidScale ( float midScale ) : void | ||
SetMinScale ( float minScale ) : void | ||
SetMinimumScale ( float minimumScale ) : void | ||
SetOnDoubleTapListener ( Android newOnDoubleTapListener ) : void | ||
SetOnLongClickListener ( Android listener ) : void | ||
SetOnMatrixChangeListener ( |
||
SetOnPhotoTapListener ( |
||
SetOnViewTapListener ( |
||
SetPhotoViewRotation ( float rotationDegree ) : void | ||
SetRotationBy ( float rotationDegree ) : void | ||
SetRotationTo ( float rotationDegree ) : void | ||
SetScale ( float scale ) : void | ||
SetScale ( float scale, bool animate ) : void | ||
SetScale ( float scale, float focalX, float focalY, bool animate ) : void | ||
SetScaleType ( ScaleType scaleType ) : void | ||
SetZoomTransitionDuration ( int milliseconds ) : void | ||
SetZoomable ( bool zoomable ) : void |
Method | Description | |
---|---|---|
OnDetachedFromWindow ( ) : void |
public GetDisplayMatrix ( ) : Android.Graphics.Matrix | ||
return | Android.Graphics.Matrix |
public GetDisplayRect ( ) : Android.Graphics.RectF | ||
return | Android.Graphics.RectF |
public GetIPhotoViewImplementation ( ) : IPhotoViewDroid | ||
return | IPhotoViewDroid |
public GetOnPhotoTapListener ( ) : PhotoViewDroidAttacher.IOnPhotoTapListener | ||
return | PhotoViewDroidAttacher.IOnPhotoTapListener |
public GetOnViewTapListener ( ) : PhotoViewDroidAttacher.IOnViewTapListener | ||
return | PhotoViewDroidAttacher.IOnViewTapListener |
public GetPhotoViewDroidAttacher ( ) : |
||
return |
public GetScaleType ( ) : ImageView.ScaleType | ||
return | ImageView.ScaleType |
public GetVisibleRectangleBitmap ( ) : Android.Graphics.Bitmap | ||
return | Android.Graphics.Bitmap |
public PhotoViewDroid ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
return | System |
public PhotoViewDroid ( Android.Content.Context context, IAttributeSet attr ) : System | ||
context | Android.Content.Context | |
attr | IAttributeSet | |
return | System |
public PhotoViewDroid ( Android.Content.Context context, IAttributeSet attr, int defStyle ) : System | ||
context | Android.Content.Context | |
attr | IAttributeSet | |
defStyle | int | |
return | System |
public SetAllowParentInterceptOnEdge ( bool allow ) : void | ||
allow | bool | |
return | void |
public SetDisplayMatrix ( Android finalMatrix ) : bool | ||
finalMatrix | Android | |
return | bool |
public SetImageDrawable ( Android drawable ) : void | ||
drawable | Android | |
return | void |
public SetMaximumScale ( float maximumScale ) : void | ||
maximumScale | float | |
return | void |
public SetMediumScale ( float mediumScale ) : void | ||
mediumScale | float | |
return | void |
public SetMinimumScale ( float minimumScale ) : void | ||
minimumScale | float | |
return | void |
public SetOnDoubleTapListener ( Android newOnDoubleTapListener ) : void | ||
newOnDoubleTapListener | Android | |
return | void |
public SetOnLongClickListener ( Android listener ) : void | ||
listener | Android | |
return | void |
public SetOnMatrixChangeListener ( |
||
listener | ||
return | void |
public SetOnPhotoTapListener ( |
||
listener | ||
return | void |
public SetOnViewTapListener ( |
||
listener | ||
return | void |
public SetPhotoViewRotation ( float rotationDegree ) : void | ||
rotationDegree | float | |
return | void |
public SetRotationBy ( float rotationDegree ) : void | ||
rotationDegree | float | |
return | void |
public SetRotationTo ( float rotationDegree ) : void | ||
rotationDegree | float | |
return | void |
public SetScale ( float scale, bool animate ) : void | ||
scale | float | |
animate | bool | |
return | void |
public SetScale ( float scale, float focalX, float focalY, bool animate ) : void | ||
scale | float | |
focalX | float | |
focalY | float | |
animate | bool | |
return | void |
public SetScaleType ( ScaleType scaleType ) : void | ||
scaleType | ScaleType | |
return | void |
public SetZoomTransitionDuration ( int milliseconds ) : void | ||
milliseconds | int | |
return | void |