C# 클래스 Flood.GUI.Font

Represents font resource.
상속: IDisposable
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Font ( String faceName, int size = 10 ) : System

Initializes a new instance of the Font class.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Font() 공개 메소드

Initializes a new instance of the Font class.
public Font ( String faceName, int size = 10 ) : System
faceName String Face name.
size int Font size.
리턴 System