C# 클래스 NekoKun.UseClearTypeGridFit

Set the TextRenderingHint.ClearTypeGridFit until instance disposed.
상속: IDisposable
파일 보기 프로젝트 열기: NekoProject/NekoKun 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Revert the TextRenderingHint back to original setting.

UseClearTypeGridFit ( Graphics g ) : System

Initialize a new instance of the UseClearTypeGridFit class.

메소드 상세

Dispose() 공개 메소드

Revert the TextRenderingHint back to original setting.
public Dispose ( ) : void
리턴 void

UseClearTypeGridFit() 공개 메소드

Initialize a new instance of the UseClearTypeGridFit class.
public UseClearTypeGridFit ( Graphics g ) : System
g System.Drawing.Graphics Graphics instance.
리턴 System