C# Class WinApi.Dwm.MARGINS, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Свойство Type Description
bottomHeight int
leftWidth int
rightWidth int
topHeight int

Méthodes publiques

Méthode Description
MARGINS ( int LeftWidth, int RightWidth, int TopHeight, int BottomHeight )
NoMargins ( ) : void
SheetOfGlass ( ) : void

Method Details

MARGINS() public méthode

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

NoMargins() public méthode

public NoMargins ( ) : void
Résultat void

SheetOfGlass() public méthode

public SheetOfGlass ( ) : void
Résultat void

Property Details

bottomHeight public_oe property

public int bottomHeight
Résultat int

leftWidth public_oe property

public int leftWidth
Résultat int

rightWidth public_oe property

public int rightWidth
Résultat int

topHeight public_oe property

public int topHeight
Résultat int