C# 클래스 CSharpGL.GlyphInfo

绘制一个字符所需要的所有信息
상속: ICloneable
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default GlyphInfo
height int
width int
xoffset int
yoffset int

공개 메소드들

메소드 설명
Clone ( ) : object

clone this object.

GlyphInfo ( int xoffset, int yoffset, int width, int height ) : System

绘制一个字符所需要的所有信息

ToRectangle ( int shrinkX, int shrinkY, int shrinkWidth, int shrinkHeight ) : Rectangle

ToString ( ) : string

메소드 상세

Clone() 공개 메소드

clone this object.
public Clone ( ) : object
리턴 object

GlyphInfo() 공개 메소드

绘制一个字符所需要的所有信息
public GlyphInfo ( int xoffset, int yoffset, int width, int height ) : System
xoffset int 此字符的字形在纹理的横向偏移量(左上角)
yoffset int 此字符的字形在纹理的纵向偏移量(左上角)
width int 此字符的字形宽度
height int 此字符的字形高度
리턴 System

ToRectangle() 공개 메소드

public ToRectangle ( int shrinkX, int shrinkY, int shrinkWidth, int shrinkHeight ) : Rectangle
shrinkX int
shrinkY int
shrinkWidth int
shrinkHeight int
리턴 System.Drawing.Rectangle

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static GlyphInfo,CSharpGL Default
리턴 GlyphInfo

height 공개적으로 프로퍼티

此字符的字形高度
public int height
리턴 int

width 공개적으로 프로퍼티

此字符的字形宽度
public int width
리턴 int

xoffset 공개적으로 프로퍼티

此字符的字形在纹理的横向偏移量(左上角)
public int xoffset
리턴 int

yoffset 공개적으로 프로퍼티

此字符的字形在纹理的纵向偏移量(左上角)
public int yoffset
리턴 int