C# Класс MyDriving.iOS.ExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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 points ) : CLLocationCoordinate2D[]
ToUIColor ( this hexString ) : UIKit.UIColor

Описание методов

FadeIn() публичный статический Метод

public static FadeIn ( this view, double duration, float delay ) : void
view this
duration double
delay float
Результат void

Pop() публичный статический Метод

public static Pop ( this view, double duration, int repeatCount, float force, double delay ) : void
view this
duration double
repeatCount int
force float
delay double
Результат void

ToCoordinate() публичный статический Метод

public static ToCoordinate ( this position ) : CLLocationCoordinate2D
position this
Результат CLLocationCoordinate2D

ToCoordinateArray() публичный статический Метод

public static ToCoordinateArray ( this points ) : CLLocationCoordinate2D[]
points this
Результат CLLocationCoordinate2D[]

ToUIColor() публичный статический Метод

public static ToUIColor ( this hexString ) : UIKit.UIColor
hexString this
Результат UIKit.UIColor