C# Class TouchCanvas.LinePoint

Show file Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
LinePoint ( UITouch touch, int sequenceNumber, PointType pointType ) : System
UpdateWithTouch ( UITouch touch ) : bool

Method Details

LinePoint() public method

public LinePoint ( UITouch touch, int sequenceNumber, PointType pointType ) : System
touch UITouch
sequenceNumber int
pointType PointType
return System

UpdateWithTouch() public method

public UpdateWithTouch ( UITouch touch ) : bool
touch UITouch
return bool