C# 클래스 cadencii.java.awt.Font

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

공개 프로퍼티들

프로퍼티 타입 설명
font System.Drawing.Font

공개 메소드들

메소드 설명
Font ( System value ) : System
Font ( string name, int style, int size ) : System
getName ( ) : string
getSize ( ) : int
getSize2D ( ) : float

메소드 상세

Font() 공개 메소드

public Font ( System value ) : System
value System
리턴 System

Font() 공개 메소드

public Font ( string name, int style, int size ) : System
name string
style int
size int
리턴 System

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSize() 공개 메소드

public getSize ( ) : int
리턴 int

getSize2D() 공개 메소드

public getSize2D ( ) : float
리턴 float

프로퍼티 상세

font 공개적으로 프로퍼티

public System.Drawing.Font font
리턴 System.Drawing.Font