C# 클래스 com.codename1.impl.StringFontPair

파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
font NativeFont
str string

공개 메소드들

메소드 설명
Equals ( Object stfpo ) : bool
GetHashCode ( ) : int
StringFontPair ( string str, NativeFont font ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( Object stfpo ) : bool
stfpo Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

StringFontPair() 공개 메소드

public StringFontPair ( string str, NativeFont font ) : System
str string
font NativeFont
리턴 System

프로퍼티 상세

font 공개적으로 프로퍼티

public NativeFont,com.codename1.impl font
리턴 NativeFont

str 공개적으로 프로퍼티

public string str
리턴 string