C# Class Fusion.Input.Touch.Win32TouchFunctions.RECT

显示文件 Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method Description
Deflate ( int leftMargin, int topMargin, int rightMargin, int bottomMargin ) : void
Inflate ( int dx, int dy ) : void
Offset ( int dx, int dy ) : void
RECT ( Rectangle source ) : System
RECT ( int x, int y, int width, int height ) : System
ToRectangle ( ) : Rectangle

Method Details

Deflate() public method

public Deflate ( int leftMargin, int topMargin, int rightMargin, int bottomMargin ) : void
leftMargin int
topMargin int
rightMargin int
bottomMargin int
return void

Inflate() public method

public Inflate ( int dx, int dy ) : void
dx int
dy int
return void

Offset() public method

public Offset ( int dx, int dy ) : void
dx int
dy int
return void

RECT() public method

public RECT ( Rectangle source ) : System
source System.Drawing.Rectangle
return System

RECT() public method

public RECT ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return System.Drawing.Rectangle

Property Details

Bottom public_oe property

public int Bottom
return int

Left public_oe property

public int Left
return int

Right public_oe property

public int Right
return int

Top public_oe property

public int Top
return int