C# Class com.codename1.impl.StringFontPair

Afficher le fichier Open project: Pmovil/CN1WindowsPort Class Usage Examples

Méthodes publiques

Свойство Type Description
font NativeFont
str string

Méthodes publiques

Méthode Description
Equals ( Object stfpo ) : bool
GetHashCode ( ) : int
StringFontPair ( string str, NativeFont font ) : System

Method Details

Equals() public méthode

public Equals ( Object stfpo ) : bool
stfpo Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StringFontPair() public méthode

public StringFontPair ( string str, NativeFont font ) : System
str string
font NativeFont
Résultat System

Property Details

font public_oe property

public NativeFont,com.codename1.impl font
Résultat NativeFont

str public_oe property

public string str
Résultat string