Method | Description | |
---|---|---|
FadeIn ( this view, double duration, float delay ) : void | ||
Pop ( this view, double duration, int repeatCount, float force, double delay ) : void | ||
ToCoordinate ( this position ) : CLLocationCoordinate2D | ||
ToCoordinateArray ( this |
||
ToUIColor ( this hexString ) : UIKit.UIColor |
public static FadeIn ( this view, double duration, float delay ) : void | ||
view | this | |
duration | double | |
delay | float | |
return | void |
public static Pop ( this view, double duration, int repeatCount, float force, double delay ) : void | ||
view | this | |
duration | double | |
repeatCount | int | |
force | float | |
delay | double | |
return | void |
public static ToCoordinate ( this position ) : CLLocationCoordinate2D | ||
position | this | |
return | CLLocationCoordinate2D |
public static ToCoordinateArray ( this |
||
points | this |
|
return | CLLocationCoordinate2D[] |
public static ToUIColor ( this hexString ) : UIKit.UIColor | ||
hexString | this | |
return | UIKit.UIColor |