C# Class com.codename1.impl.StringFontPair

Exibir arquivo Open project: Pmovil/CN1WindowsPort Class Usage Examples

Public Properties

Property Type Description
font NativeFont
str string

Public Methods

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

Method Details

Equals() public method

public Equals ( Object stfpo ) : bool
stfpo Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StringFontPair() public method

public StringFontPair ( string str, NativeFont font ) : System
str string
font NativeFont
return System

Property Details

font public_oe property

public NativeFont,com.codename1.impl font
return NativeFont

str public_oe property

public string str
return string