C# 클래스 Praeclarum.Graphics.GdipGraphicsFontMetrics

상속: IFontMetrics
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 메소드들

메소드 설명
GdipGraphicsFontMetrics ( int size ) : System
StringWidth ( string str, int startIndex, int length ) : int

메소드 상세

GdipGraphicsFontMetrics() 공개 메소드

public GdipGraphicsFontMetrics ( int size ) : System
size int
리턴 System

StringWidth() 공개 메소드

public StringWidth ( string str, int startIndex, int length ) : int
str string
startIndex int
length int
리턴 int