C# 클래스 ComponentFactory.Krypton.Toolkit.AntiAlias

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

공개 메소드들

메소드 설명
AntiAlias ( Graphics g ) : System

Initialize a new instance of the UseAntiAlias class.

Dispose ( ) : void

Revert the SmoothingMode back to original setting.

메소드 상세

AntiAlias() 공개 메소드

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

Dispose() 공개 메소드

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