C# 클래스 SFML.Window.SizeEvent

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height uint
Width uint

프로퍼티 상세

Height 공개적으로 프로퍼티

New height of the window
public uint Height
리턴 uint

Width 공개적으로 프로퍼티

New width of the window
public uint Width
리턴 uint