C# 클래스 OpenTK.Platform.X11.API.XF86VidModeModeInfo

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dotclock int
flags int
hdisplay short
hskew short
hsyncend short
hsyncstart short
htotal short
vdisplay short
vskew short
vsyncend short
vsyncstart short
vtotal short

프로퍼티 상세

dotclock 공개적으로 프로퍼티

Pixel clock.
public int dotclock
리턴 int

flags 공개적으로 프로퍼티

Mode flags
public int flags
리턴 int

hdisplay 공개적으로 프로퍼티

Number of display pixels horizontally
public short hdisplay
리턴 short

hskew 공개적으로 프로퍼티

public short hskew
리턴 short

hsyncend 공개적으로 프로퍼티

Horizontal sync end
public short hsyncend
리턴 short

hsyncstart 공개적으로 프로퍼티

Horizontal sync start
public short hsyncstart
리턴 short

htotal 공개적으로 프로퍼티

Total horizontal pixel
public short htotal
리턴 short

vdisplay 공개적으로 프로퍼티

Number of display pixels vertically
public short vdisplay
리턴 short

vskew 공개적으로 프로퍼티

public short vskew
리턴 short

vsyncend 공개적으로 프로퍼티

Vertical sync end
public short vsyncend
리턴 short

vsyncstart 공개적으로 프로퍼티

Vertical sync start
public short vsyncstart
리턴 short

vtotal 공개적으로 프로퍼티

Total vertical pixels
public short vtotal
리턴 short