Property | Type | Description | |
---|---|---|---|
CornerOfRect | ControlCorner | ||
PreviewView | System | ||
ShouldReceiveTouch | bool | ||
ShouldRecognizeSimultaneously | bool | ||
Tuple | CGPoint>.Tuple |
Method | Description | |
---|---|---|
CommonInit ( ) : void | ||
LayoutSubviews ( ) : void | ||
OnRunningChanged ( NSObservedChange change ) : void | ||
PreviewView ( CGRect frame ) : System | ||
ResizeRegionOfInterestWithGestureRecognizer ( UIPanGestureRecognizer pan ) : void | ||
SetRegionOfInterestWithProposedRegionOfInterest ( CGRect proposedRegionOfInterest ) : void |
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 |
public OnRunningChanged ( NSObservedChange change ) : void | ||
change | NSObservedChange | |
return | void |
public ResizeRegionOfInterestWithGestureRecognizer ( UIPanGestureRecognizer pan ) : void | ||
pan | UIPanGestureRecognizer | |
return | void |
public SetRegionOfInterestWithProposedRegionOfInterest ( CGRect proposedRegionOfInterest ) : void | ||
proposedRegionOfInterest | CGRect | |
return | void |