C# Class Win32.MyWin32.Win32Rect

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
FromRTLB ( int left, int top, int right, int bottom ) : Win32Rect
Win32Rect ( int x, int y, int w, int h ) : System

Method Details

FromRTLB() public static méthode

public static FromRTLB ( int left, int top, int right, int bottom ) : Win32Rect
left int
top int
right int
bottom int
Résultat Win32Rect

Win32Rect() public méthode

public Win32Rect ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
Résultat System

Property Details

Bottom public_oe property

public int Bottom
Résultat int

Empty public_oe static_oe property

public static Win32Rect Empty
Résultat Win32Rect

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