C# Class ZForge.Controls.HeaderPanelNativeMethods.RECT

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
bottom int
left int
right int
top int

Méthodes publiques

Méthode Description
FromRectangle ( Rectangle rect ) : System.Windows.Forms.RECT
FromXYWH ( int x, int y, int width, int height ) : System.Windows.Forms.RECT
RECT ( int left, int top, int right, int bottom ) : System

Method Details

FromRectangle() public static méthode

public static FromRectangle ( Rectangle rect ) : System.Windows.Forms.RECT
rect System.Drawing.Rectangle
Résultat System.Windows.Forms.RECT

FromXYWH() public static méthode

public static FromXYWH ( int x, int y, int width, int height ) : System.Windows.Forms.RECT
x int
y int
width int
height int
Résultat System.Windows.Forms.RECT

RECT() public méthode

public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Résultat System

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