C# Class AVCamBarcode.PreviewView

Inheritance: UIView, IUIGestureRecognizerDelegate
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Свойство Type Description
CornerOfRect ControlCorner
PreviewView System
ShouldReceiveTouch bool
ShouldRecognizeSimultaneously bool
Tuple CGPoint>.Tuple

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CommonInit ( ) : void
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

OnRunningChanged() public méthode

public OnRunningChanged ( NSObservedChange change ) : void
change NSObservedChange
Résultat void

PreviewView() public méthode

public PreviewView ( CGRect frame ) : System
frame CGRect
Résultat System

ResizeRegionOfInterestWithGestureRecognizer() public méthode

public ResizeRegionOfInterestWithGestureRecognizer ( UIPanGestureRecognizer pan ) : void
pan UIPanGestureRecognizer
Résultat void

SetRegionOfInterestWithProposedRegionOfInterest() public méthode

public SetRegionOfInterestWithProposedRegionOfInterest ( CGRect proposedRegionOfInterest ) : void
proposedRegionOfInterest CGRect
Résultat void