C# Class AVCamBarcode.PreviewView

Inheritance: UIView, IUIGestureRecognizerDelegate
Show file Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Property Type Description
CornerOfRect ControlCorner
PreviewView System
ShouldReceiveTouch bool
ShouldRecognizeSimultaneously bool
Tuple CGPoint>.Tuple

Public Methods

Method Description
CommonInit ( ) : void
LayoutSubviews ( ) : void
OnRunningChanged ( NSObservedChange change ) : void
PreviewView ( CGRect frame ) : System
ResizeRegionOfInterestWithGestureRecognizer ( UIPanGestureRecognizer pan ) : void
SetRegionOfInterestWithProposedRegionOfInterest ( CGRect proposedRegionOfInterest ) : void

Private Methods

Method Description
CornerOfRect ( CGRect rect, CGPoint point ) : ControlCorner
PreviewView ( NSCoder coder ) : System
ShouldReceiveTouch ( UIGestureRecognizer gestureRecognizer, UITouch touch ) : bool
ShouldRecognizeSimultaneously ( UIGestureRecognizer gestureRecognizer, UIGestureRecognizer otherGestureRecognizer ) : bool
Tuple ( ControlCorner corner, CGPoint point ) : CGPoint>.Tuple

Method Details

CommonInit() public method

public CommonInit ( ) : void
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

OnRunningChanged() public method

public OnRunningChanged ( NSObservedChange change ) : void
change NSObservedChange
return void

PreviewView() public method

public PreviewView ( CGRect frame ) : System
frame CGRect
return System

ResizeRegionOfInterestWithGestureRecognizer() public method

public ResizeRegionOfInterestWithGestureRecognizer ( UIPanGestureRecognizer pan ) : void
pan UIPanGestureRecognizer
return void

SetRegionOfInterestWithProposedRegionOfInterest() public method

public SetRegionOfInterestWithProposedRegionOfInterest ( CGRect proposedRegionOfInterest ) : void
proposedRegionOfInterest CGRect
return void