C# Class XamariniOSSignatureStarterKit.SignatureViewController

Inheritance: UIViewController
Mostrar archivo Open project: rid00z/Xamarin-iOS-SignatureStarterKit Class Usage Examples

Public Properties

Property Type Description
SignatureCompleted string>.Action

Public Methods

Method Description
ChangeNameHandler ( object sender, EventArgs e ) : void
ClearHandler ( object sender, EventArgs e ) : void
ConfirmClickedHandler ( object sender, EventArgs e ) : void
LayoutViews ( RectangleF bounds ) : void
SetNameDate ( ) : void
SignatureViewController ( string name ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Private Methods

Method Description
ImageRotatedByDegrees ( UIImage oldImage, float degrees ) : UIImage
radians ( float degrees ) : float

Method Details

ChangeNameHandler() public method

public ChangeNameHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ClearHandler() public method

public ClearHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ConfirmClickedHandler() public method

public ConfirmClickedHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LayoutViews() public method

public LayoutViews ( RectangleF bounds ) : void
bounds System.Drawing.RectangleF
return void

SetNameDate() public method

public SetNameDate ( ) : void
return void

SignatureViewController() public method

public SignatureViewController ( string name ) : System
name string
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

WillRotate() public method

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
return void

Property Details

SignatureCompleted public_oe property

public Action SignatureCompleted
return string>.Action