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

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
Bottom int
Left int
Right int
Top int

Méthodes publiques

Méthode 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 méthode

public Deflate ( int leftMargin, int topMargin, int rightMargin, int bottomMargin ) : void
leftMargin int
topMargin int
rightMargin int
bottomMargin int
Résultat void

Inflate() public méthode

public Inflate ( int dx, int dy ) : void
dx int
dy int
Résultat void

Offset() public méthode

public Offset ( int dx, int dy ) : void
dx int
dy int
Résultat void

RECT() public méthode

public RECT ( Rectangle source ) : System
source System.Drawing.Rectangle
Résultat System

RECT() public méthode

public RECT ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System

ToRectangle() public méthode

public ToRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

Property Details

Bottom public_oe property

public int Bottom
Résultat int

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int

Top public_oe property

public int Top
Résultat int