C# 클래스 WinApi.Dwm.MARGINS, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bottomHeight int
leftWidth int
rightWidth int
topHeight int

공개 메소드들

메소드 설명
MARGINS ( int LeftWidth, int RightWidth, int TopHeight, int BottomHeight )
NoMargins ( ) : void
SheetOfGlass ( ) : void

메소드 상세

MARGINS() 공개 메소드

public MARGINS ( int LeftWidth, int RightWidth, int TopHeight, int BottomHeight )
LeftWidth int
RightWidth int
TopHeight int
BottomHeight int

NoMargins() 공개 메소드

public NoMargins ( ) : void
리턴 void

SheetOfGlass() 공개 메소드

public SheetOfGlass ( ) : void
리턴 void

프로퍼티 상세

bottomHeight 공개적으로 프로퍼티

public int bottomHeight
리턴 int

leftWidth 공개적으로 프로퍼티

public int leftWidth
리턴 int

rightWidth 공개적으로 프로퍼티

public int rightWidth
리턴 int

topHeight 공개적으로 프로퍼티

public int topHeight
리턴 int