C# Class Praeclarum.UI.ScrollableCanvas.Scroller

Inheritance: UIScrollView
Show file Open project: praeclarum/Praeclarum

Public Methods

Method Description
Scroller ( CoreGraphics frame ) : System
TouchesShouldBegin ( Foundation touches, UIEvent withEvent, UIView inContentView ) : bool
TouchesShouldCancelInContentView ( UIView view ) : bool

Method Details

Scroller() public method

public Scroller ( CoreGraphics frame ) : System
frame CoreGraphics
return System

TouchesShouldBegin() public method

public TouchesShouldBegin ( Foundation touches, UIEvent withEvent, UIView inContentView ) : bool
touches Foundation
withEvent UIEvent
inContentView UIView
return bool

TouchesShouldCancelInContentView() public method

public TouchesShouldCancelInContentView ( UIView view ) : bool
view UIView
return bool