C# 클래스 Alsing.Windows.WINDOWPOS

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
cx int
cy int
flags uint
hwnd System.IntPtr
hwndInsertAfter System.IntPtr
x int
y int

프로퍼티 상세

cx 공개적으로 프로퍼티

public int cx
리턴 int

cy 공개적으로 프로퍼티

public int cy
리턴 int

flags 공개적으로 프로퍼티

public uint flags
리턴 uint

hwnd 공개적으로 프로퍼티

public IntPtr,System hwnd
리턴 System.IntPtr

hwndInsertAfter 공개적으로 프로퍼티

public IntPtr,System hwndInsertAfter
리턴 System.IntPtr

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int