C# 클래스 W7R.UseAntiAlias

Set the SmoothingMode=AntiAlias until instance disposed.
상속: IDisposable
파일 보기 프로젝트 열기: zdimension/SharpBoot 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Revert the SmoothingMode back to original setting.

UseAntiAlias ( Graphics g ) : System

Initialize a new instance of the UseAntiAlias class.

메소드 상세

Dispose() 공개 메소드

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

UseAntiAlias() 공개 메소드

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