C# Class Hawkeye.WinApi.RECT

Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
FromRectangle ( Rectangle rectangle ) : RECT
RECT ( int left, int top, int right, int bottom ) : System

Initializes a new instance of the RECT struct.

ToRectangle ( ) : Rectangle

Method Details

FromRectangle() public static méthode

public static FromRectangle ( Rectangle rectangle ) : RECT
rectangle System.Drawing.Rectangle
Résultat RECT

RECT() public méthode

Initializes a new instance of the RECT struct.
public RECT ( int left, int top, int right, int bottom ) : System
left int The left coordinate.
top int The top coordinate.
right int The right coordinate.
bottom int The bottom coordinate.
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