C# Class WinApi.Dwm.MARGINS, code

Show file 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 property

public int bottomHeight
return int

leftWidth public property

public int leftWidth
return int

rightWidth public property

public int rightWidth
return int

topHeight public property

public int topHeight
return int