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

Apply a requested smoothing mode to a graphics instance.
상속: GlobalId, IDisposable
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Reverse the smoothing mode change.

GraphicsHint ( Graphics graphics, PaletteGraphicsHint hint ) : System

Initialize a new instance of the GraphicsHint class.

메소드 상세

Dispose() 공개 메소드

Reverse the smoothing mode change.
public Dispose ( ) : void
리턴 void

GraphicsHint() 공개 메소드

Initialize a new instance of the GraphicsHint class.
public GraphicsHint ( Graphics graphics, PaletteGraphicsHint hint ) : System
graphics System.Drawing.Graphics Graphics context.
hint PaletteGraphicsHint Temporary hint mode to apply.
리턴 System