Property | Type | Description | |
---|---|---|---|
SignatureCompleted | string>.Action |
Method | Description | |
---|---|---|
ChangeNameHandler ( object sender, |
||
ClearHandler ( object sender, |
||
ConfirmClickedHandler ( object sender, |
||
LayoutViews ( |
||
SetNameDate ( ) : void | ||
SignatureViewController ( string name ) : System | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void | ||
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void |
Method | Description | |
---|---|---|
ImageRotatedByDegrees ( UIImage oldImage, float degrees ) : UIImage | ||
radians ( float degrees ) : float |
public ChangeNameHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public ClearHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public ConfirmClickedHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public LayoutViews ( |
||
bounds | ||
return | void |
public SignatureViewController ( string name ) : System | ||
name | string | |
return | System |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void | ||
toInterfaceOrientation | UIInterfaceOrientation | |
duration | double | |
return | void |