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

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Reverse the text hint change.

GraphicsTextHint ( Graphics graphics, TextRenderingHint textHint ) : System

Initialize a new instance of the GraphicsSmooth class.

메소드 상세

Dispose() 공개 메소드

Reverse the text hint change.
public Dispose ( ) : void
리턴 void

GraphicsTextHint() 공개 메소드

Initialize a new instance of the GraphicsSmooth class.
public GraphicsTextHint ( Graphics graphics, TextRenderingHint textHint ) : System
graphics System.Drawing.Graphics Graphics context.
textHint TextRenderingHint Temporary text rendering hint to apply.
리턴 System