C# Class MonoTouch.UIKit.UIColorExtensions

Afficher le fichier Open project: megsoftconsulting/MonkeySpace

Méthodes publiques

Méthode Description
FromHex ( this color, int hexValue ) : UIColor

Created a UIColor instance by using the hex equivalent.

Method Details

FromHex() public static méthode

Created a UIColor instance by using the hex equivalent.
public static FromHex ( this color, int hexValue ) : UIColor
color this
hexValue int
Résultat UIColor