Esempio n. 1
0
 public CImageView(Context context, IAttributeSet attrs, int defStyle) :
     base(context, attrs, defStyle)
 {
     _Pinch = new CPinch(_SrcRect.Down, _SrcRect.Up, _SrcRect.Move, _SrcRect.PinchDown, _SrcRect.PinchUp, _SrcRect.PinchMove);
     SetScaleType(ScaleType.Matrix);
 }
Esempio n. 2
0
 public CImageView(Context context) :
     base(context)
 {
     _Pinch = new CPinch(_SrcRect.Down, _SrcRect.Up, _SrcRect.Move, _SrcRect.PinchDown, _SrcRect.PinchUp, _SrcRect.PinchMove);
     SetScaleType(ScaleType.Matrix);
 }