C# Class WinApi.Dwm.MARGINS, code

ファイルを表示 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
bottomHeight int
leftWidth int
rightWidth int
topHeight int

Public Methods

Method Description
MARGINS ( int LeftWidth, int RightWidth, int TopHeight, int BottomHeight )
NoMargins ( ) : void
SheetOfGlass ( ) : void

Method Details

MARGINS() public method

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

NoMargins() public method

public NoMargins ( ) : void
return void

SheetOfGlass() public method

public SheetOfGlass ( ) : void
return void

Property Details

bottomHeight public_oe property

public int bottomHeight
return int

leftWidth public_oe property

public int leftWidth
return int

rightWidth public_oe property

public int rightWidth
return int

topHeight public_oe property

public int topHeight
return int